Html Css Color HEX #022969 Sapphire

📋 copy color: '#022969'

red 2 ◦ green 41 ◦ blue 105

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

Shades of Sapphire #022969

Tints of Sapphire #022969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

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

R = 1.35%
G = 27.7%
B = 70.95%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022969 (or 0x022969) is known color: Sapphire. HEX triplet: 02, 29 and 69. RGB value is (2,41,105). Sum of RGB (Red+Green+Blue) = 2+41+105=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #022969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022969 is #FDD696. Grayscale: #242424. Windows color (decimal): -16635543 or 6891778. OLE color: 6891778.

HSL color Cylindrical-coordinate representation of color #022969: hue angle of 217.28º 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 #022969 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 41 105 -
CMYK 0.98 0.61 0 0.59
HSL 217.28º 0.96% 0.21% -
HSV(B) 217.28º 0.98% 0.41% -
XYZ 3.37 2.62 13.69 -
YUV 36.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 2 41 105 0.98 0.61 0 0.59 217.28 0.96 0.21
Hex 2 29 69 62 3D 0 3B D9 60 15
Octal 2 51 151 142 75 0 73 331 140 25
Binary 10 101001 1101001 1100010 111101 0 111011 11011001 1100000 10101

Color Harmonies of #022969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022969

Black with #022969

Text Example


Text Example

White with #022969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022969; }

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

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

background-color css

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

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

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

border-color css

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

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

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