Html Css Color HEX #02166E Sapphire

📋 copy color: '#02166E'

red 2 ◦ green 22 ◦ blue 110

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

Shades of Sapphire #02166E

Tints of Sapphire #02166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

 BLUE value IS 110 (43.36% from 255) = 82.09%

R = 1.49%
G = 16.42%
B = 82.09%

CMYK

 C value IS 0.98

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02166E (or 0x02166E) is known color: Sapphire. HEX triplet: 02, 16 and 6E. RGB value is (2,22,110). Sum of RGB (Red+Green+Blue) = 2+22+110=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 110 (43.36% from 255 or 82.09% from 134); Max value from RGB is 110 - color contains mainly: blue. Hex color #02166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02166E is #FDE991. Grayscale: #191919. Windows color (decimal): -16640402 or 7214594. OLE color: 7214594.

HSL color Cylindrical-coordinate representation of color #02166E: hue angle of 228.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02166E is Cyan = 0.98, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 22 110 -
CMYK 0.98 0.8 0 0.57
HSL 228.89º 0.96% 0.22% -
HSV(B) 228.89º 0.98% 0.43% -
XYZ 3.13 1.71 14.92 -
YUV 26.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 2 22 110 0.98 0.8 0 0.57 228.89 0.96 0.22
Hex 2 16 6E 62 50 0 39 E5 60 16
Octal 2 26 156 142 120 0 71 345 140 26
Binary 10 10110 1101110 1100010 1010000 0 111001 11100101 1100000 10110

Color Harmonies of #02166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02166E

Black with #02166E

Text Example


Text Example

White with #02166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02166E; }

 p { color: rgb(2,22,110); }

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

background-color css

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

 a { background-color: rgb(2,22,110); }

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

border-color css

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

 span { border-color: rgb(2,22,110); }

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