Html Css Color HEX #023082 Smalt

📋 copy color: '#023082'

red 2 ◦ green 48 ◦ blue 130

#023082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #023082

Tints of Smalt #023082

RGB

 RED value IS 2 (1.17% from 255) = 1.11%

 GREEN value IS 48 (19.14% from 255) = 26.67%

 BLUE value IS 130 (51.17% from 255) = 72.22%

R = 1.11%
G = 26.67%
B = 72.22%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#023082 (or 0x023082) is known color: Smalt. HEX triplet: 02, 30 and 82. RGB value is (2,48,130). Sum of RGB (Red+Green+Blue) = 2+48+130=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #023082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023082 is #FDCF7D. Grayscale: #2B2B2B. Windows color (decimal): -16633726 or 8531970. OLE color: 8531970.

HSL color Cylindrical-coordinate representation of color #023082: hue angle of 218.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023082 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 48 130 -
CMYK 0.98 0.63 0 0.49
HSL 218.44º 0.97% 0.26% -
HSV(B) 218.44º 0.98% 0.51% -
XYZ 5.11 3.74 21.57 -
YUV 43.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 2 48 130 0.98 0.63 0 0.49 218.44 0.97 0.26
Hex 2 30 82 62 3F 0 31 DA 61 1A
Octal 2 60 202 142 77 0 61 332 141 32
Binary 10 110000 10000010 1100010 111111 0 110001 11011010 1100001 11010

Color Harmonies of #023082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023082

Black with #023082

Text Example


Text Example

White with #023082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023082; }

 p { color: rgb(2,48,130); }

 H1.HeaderClassName
 {
   color: #023082;
 }
 .AnyTagClassName
 {
   color: #023082;
 }
</style>

background-color css

<style>
 a { background-color: #023082; }

 a { background-color: rgb(2,48,130); }

 div.DivClassName
 {
   background-color: #023082;
 }
 .BgClassName
 {
   background-color: #023082;
 }
</style>

border-color css

<style>
 span { border-color: #023082; }

 span { border-color: rgb(2,48,130); }

 td.TdClassName
 {
   border-color: #023082;
 }
 .TagClassName
 {
   border-color: #023082;
 }
</style>