Html Css Color HEX #02116D Sapphire

📋 copy color: '#02116D'

red 2 ◦ green 17 ◦ blue 109

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

Shades of Sapphire #02116D

Tints of Sapphire #02116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

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

R = 1.56%
G = 13.28%
B = 85.16%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02116D (or 0x02116D) is known color: Sapphire. HEX triplet: 02, 11 and 6D. RGB value is (2,17,109). Sum of RGB (Red+Green+Blue) = 2+17+109=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #02116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02116D is #FDEE92. Grayscale: #161616. Windows color (decimal): -16641683 or 7147778. OLE color: 7147778.

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

Color convert

RGB 2 17 109 -
CMYK 0.98 0.84 0 0.57
HSL 231.59º 0.96% 0.22% -
HSV(B) 231.59º 0.98% 0.43% -
XYZ 2.99 1.52 14.6 -
YUV 23 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 2 17 109 0.98 0.84 0 0.57 231.59 0.96 0.22
Hex 2 11 6D 62 54 0 39 E8 60 16
Octal 2 21 155 142 124 0 71 350 140 26
Binary 10 10001 1101101 1100010 1010100 0 111001 11101000 1100000 10110

Color Harmonies of #02116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02116D

Black with #02116D

Text Example


Text Example

White with #02116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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