Html Css Color HEX #02166D Sapphire

📋 copy color: '#02166D'

red 2 ◦ green 22 ◦ blue 109

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

Shades of Sapphire #02166D

Tints of Sapphire #02166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 81.95%

R = 1.5%
G = 16.54%
B = 81.95%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02166D (or 0x02166D) is known color: Sapphire. HEX triplet: 02, 16 and 6D. RGB value is (2,22,109). Sum of RGB (Red+Green+Blue) = 2+22+109=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 109 (42.97% from 255 or 81.95% from 133); Max value from RGB is 109 - color contains mainly: blue. Hex color #02166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02166D is #FDE992. Grayscale: #191919. Windows color (decimal): -16640403 or 7149058. OLE color: 7149058.

HSL color Cylindrical-coordinate representation of color #02166D: hue angle of 228.79º 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 #02166D is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 22 109 -
CMYK 0.98 0.80 0 0.57
HSL 228.79º 0.96% 0.22% -
HSV(B) 228.79º 0.98% 0.43% -
XYZ 3.07 1.69 14.63 -
YUV 25.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 2 22 109 0.98 0.80 0 0.57 228.79 0.96 0.22
Hex 2 16 6D 62 50 0 39 E5 60 16
Octal 2 26 155 142 120 0 71 345 140 26
Binary 10 10110 1101101 1100010 1010000 0 111001 11100101 1100000 10110

Color Harmonies of #02166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02166D

Black with #02166D

Text Example


Text Example

White with #02166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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