Html Css Color HEX #02106A Sapphire

📋 copy color: '#02106A'

red 2 ◦ green 16 ◦ blue 106

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

Shades of Sapphire #02106A

Tints of Sapphire #02106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 85.48%

R = 1.61%
G = 12.9%
B = 85.48%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02106A (or 0x02106A) is known color: Sapphire. HEX triplet: 02, 10 and 6A. RGB value is (2,16,106). Sum of RGB (Red+Green+Blue) = 2+16+106=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 106 (41.80% from 255 or 85.48% from 124); Max value from RGB is 106 - color contains mainly: blue. Hex color #02106A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02106A is #FDEF95. Grayscale: #151515. Windows color (decimal): -16641942 or 6950914. OLE color: 6950914.

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

Color convert

RGB 2 16 106 -
CMYK 0.98 0.85 0 0.58
HSL 231.92º 0.96% 0.21% -
HSV(B) 231.92º 0.98% 0.42% -
XYZ 2.81 1.42 13.76 -
YUV 22.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 2 16 106 0.98 0.85 0 0.58 231.92 0.96 0.21
Hex 2 10 6A 62 55 0 3A E8 60 15
Octal 2 20 152 142 125 0 72 350 140 25
Binary 10 10000 1101010 1100010 1010101 0 111010 11101000 1100000 10101

Color Harmonies of #02106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02106A

Black with #02106A

Text Example


Text Example

White with #02106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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