Html Css Color HEX #022069 Sapphire

📋 copy color: '#022069'

red 2 ◦ green 32 ◦ blue 105

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

Shades of Sapphire #022069

Tints of Sapphire #022069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

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

R = 1.44%
G = 23.02%
B = 75.54%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#022069 (or 0x022069) is known color: Sapphire. HEX triplet: 02, 20 and 69. RGB value is (2,32,105). Sum of RGB (Red+Green+Blue) = 2+32+105=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #022069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022069 is #FDDF96. Grayscale: #1F1F1F. Windows color (decimal): -16637847 or 6889474. OLE color: 6889474.

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

Color convert

RGB 2 32 105 -
CMYK 0.98 0.70 0 0.59
HSL 222.52º 0.96% 0.21% -
HSV(B) 222.52º 0.98% 0.41% -
XYZ 3.09 2.07 13.6 -
YUV 31.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 2 32 105 0.98 0.70 0 0.59 222.52 0.96 0.21
Hex 2 20 69 62 46 0 3B DF 60 15
Octal 2 40 151 142 106 0 73 337 140 25
Binary 10 100000 1101001 1100010 1000110 0 111011 11011111 1100000 10101

Color Harmonies of #022069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022069

Black with #022069

Text Example


Text Example

White with #022069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022069; }

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

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

background-color css

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

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

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

border-color css

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

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

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