Html Css Color HEX #02166B Sapphire

📋 copy color: '#02166B'

red 2 ◦ green 22 ◦ blue 107

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

Shades of Sapphire #02166B

Tints of Sapphire #02166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 81.68%

R = 1.53%
G = 16.79%
B = 81.68%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02166B (or 0x02166B) is known color: Sapphire. HEX triplet: 02, 16 and 6B. RGB value is (2,22,107). Sum of RGB (Red+Green+Blue) = 2+22+107=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #02166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02166B is #FDE994. Grayscale: #191919. Windows color (decimal): -16640405 or 7017986. OLE color: 7017986.

HSL color Cylindrical-coordinate representation of color #02166B: hue angle of 228.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02166B is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 22 107 -
CMYK 0.98 0.79 0 0.58
HSL 228.57º 0.96% 0.21% -
HSV(B) 228.57º 0.98% 0.42% -
XYZ 2.97 1.65 14.07 -
YUV 25.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 2 22 107 0.98 0.79 0 0.58 228.57 0.96 0.21
Hex 2 16 6B 62 4F 0 3A E5 60 15
Octal 2 26 153 142 117 0 72 345 140 25
Binary 10 10110 1101011 1100010 1001111 0 111010 11100101 1100000 10101

Color Harmonies of #02166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02166B

Black with #02166B

Text Example


Text Example

White with #02166B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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