Html Css Color HEX #02106D Sapphire

📋 copy color: '#02106D'

red 2 ◦ green 16 ◦ blue 109

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

Shades of Sapphire #02106D

Tints of Sapphire #02106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

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

R = 1.57%
G = 12.6%
B = 85.83%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02106D (or 0x02106D) is known color: Sapphire. HEX triplet: 02, 10 and 6D. RGB value is (2,16,109). Sum of RGB (Red+Green+Blue) = 2+16+109=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #02106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02106D is #FDEF92. Grayscale: #161616. Windows color (decimal): -16641939 or 7147522. OLE color: 7147522.

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

Color convert

RGB 2 16 109 -
CMYK 0.98 0.85 0 0.57
HSL 232.15º 0.96% 0.22% -
HSV(B) 232.15º 0.98% 0.43% -
XYZ 2.97 1.49 14.6 -
YUV 22.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 2 16 109 0.98 0.85 0 0.57 232.15 0.96 0.22
Hex 2 10 6D 62 55 0 39 E8 60 16
Octal 2 20 155 142 125 0 71 350 140 26
Binary 10 10000 1101101 1100010 1010101 0 111001 11101000 1100000 10110

Color Harmonies of #02106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02106D

Black with #02106D

Text Example


Text Example

White with #02106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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