Html Css Color HEX #01206B Sapphire

📋 copy color: '#01206B'

red 1 ◦ green 32 ◦ blue 107

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

Shades of Sapphire #01206B

Tints of Sapphire #01206B

RGB

 RED value IS 1 (0.78% from 255) = 0.71%

 GREEN value IS 32 (12.89% from 255) = 22.86%

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

R = 0.71%
G = 22.86%
B = 76.43%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01206B (or 0x01206B) is known color: Sapphire. HEX triplet: 01, 20 and 6B. RGB value is (1,32,107). Sum of RGB (Red+Green+Blue) = 1+32+107=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #01206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01206B is #FEDF94. Grayscale: #1E1E1E. Windows color (decimal): -16703381 or 7020545. OLE color: 7020545.

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

Color convert

RGB 1 32 107 -
CMYK 0.99 0.70 0 0.58
HSL 222.45º 0.98% 0.21% -
HSV(B) 222.45º 0.99% 0.42% -
XYZ 3.18 2.1 14.15 -
YUV 31.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 1 32 107 0.99 0.70 0 0.58 222.45 0.98 0.21
Hex 1 20 6B 63 46 0 3A DE 62 15
Octal 1 40 153 143 106 0 72 336 142 25
Binary 1 100000 1101011 1100011 1000110 0 111010 11011110 1100010 10101

Color Harmonies of #01206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01206B

Black with #01206B

Text Example


Text Example

White with #01206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,32,107); }

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

background-color css

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

 a { background-color: rgb(1,32,107); }

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

border-color css

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

 span { border-color: rgb(1,32,107); }

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