Html Css Color HEX #022469 Sapphire

📋 copy color: '#022469'

red 2 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #022469

Tints of Sapphire #022469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

 BLUE value IS 105 (41.41% from 255) = 73.43%

R = 1.4%
G = 25.17%
B = 73.43%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022469 (or 0x022469) is known color: Sapphire. HEX triplet: 02, 24 and 69. RGB value is (2,36,105). Sum of RGB (Red+Green+Blue) = 2+36+105=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #022469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022469 is #FDDB96. Grayscale: #212121. Windows color (decimal): -16636823 or 6890498. OLE color: 6890498.

HSL color Cylindrical-coordinate representation of color #022469: hue angle of 220.19º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022469 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 36 105 -
CMYK 0.98 0.66 0 0.59
HSL 220.19º 0.96% 0.21% -
HSV(B) 220.19º 0.98% 0.41% -
XYZ 3.21 2.29 13.64 -
YUV 33.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 2 36 105 0.98 0.66 0 0.59 220.19 0.96 0.21
Hex 2 24 69 62 42 0 3B DC 60 15
Octal 2 44 151 142 102 0 73 334 140 25
Binary 10 100100 1101001 1100010 1000010 0 111011 11011100 1100000 10101

Color Harmonies of #022469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022469

Black with #022469

Text Example


Text Example

White with #022469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022469; }

 p { color: rgb(2,36,105); }

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

background-color css

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

 a { background-color: rgb(2,36,105); }

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

border-color css

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

 span { border-color: rgb(2,36,105); }

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