Html Css Color HEX #01206D Sapphire

📋 copy color: '#01206D'

red 1 ◦ green 32 ◦ blue 109

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

Shades of Sapphire #01206D

Tints of Sapphire #01206D

RGB

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

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

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

R = 0.7%
G = 22.54%
B = 76.76%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01206D (or 0x01206D) is known color: Sapphire. HEX triplet: 01, 20 and 6D. RGB value is (1,32,109). Sum of RGB (Red+Green+Blue) = 1+32+109=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #01206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01206D is #FEDF92. Grayscale: #1F1F1F. Windows color (decimal): -16703379 or 7151617. OLE color: 7151617.

HSL color Cylindrical-coordinate representation of color #01206D: hue angle of 222.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01206D is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 32 109 -
CMYK 0.99 0.71 0 0.57
HSL 222.78º 0.98% 0.22% -
HSV(B) 222.78º 0.99% 0.43% -
XYZ 3.29 2.14 14.71 -
YUV 31.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 1 32 109 0.99 0.71 0 0.57 222.78 0.98 0.22
Hex 1 20 6D 63 47 0 39 DF 62 16
Octal 1 40 155 143 107 0 71 337 142 26
Binary 1 100000 1101101 1100011 1000111 0 111001 11011111 1100010 10110

Color Harmonies of #01206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01206D

Black with #01206D

Text Example


Text Example

White with #01206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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