Html Css Color HEX #022A6F Sapphire

📋 copy color: '#022A6F'

red 2 ◦ green 42 ◦ blue 111

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

Shades of Sapphire #022A6F

Tints of Sapphire #022A6F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.1%

 BLUE value IS 111 (43.75% from 255) = 71.61%

R = 1.29%
G = 27.1%
B = 71.61%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022A6F (or 0x022A6F) is known color: Sapphire. HEX triplet: 02, 2A and 6F. RGB value is (2,42,111). Sum of RGB (Red+Green+Blue) = 2+42+111=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #022A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A6F is #FDD590. Grayscale: #252525. Windows color (decimal): -16635281 or 7285250. OLE color: 7285250.

HSL color Cylindrical-coordinate representation of color #022A6F: hue angle of 217.98º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A6F is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 42 111 -
CMYK 0.98 0.62 0 0.56
HSL 217.98º 0.96% 0.22% -
HSV(B) 217.98º 0.98% 0.44% -
XYZ 3.72 2.82 15.39 -
YUV 37.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 2 42 111 0.98 0.62 0 0.56 217.98 0.96 0.22
Hex 2 2A 6F 62 3E 0 38 DA 60 16
Octal 2 52 157 142 76 0 70 332 140 26
Binary 10 101010 1101111 1100010 111110 0 111000 11011010 1100000 10110

Color Harmonies of #022A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A6F

Black with #022A6F

Text Example


Text Example

White with #022A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022A6F; }

 p { color: rgb(2,42,111); }

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

background-color css

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

 a { background-color: rgb(2,42,111); }

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

border-color css

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

 span { border-color: rgb(2,42,111); }

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