Html Css Color HEX #01206F Sapphire

📋 copy color: '#01206F'

red 1 ◦ green 32 ◦ blue 111

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

Shades of Sapphire #01206F

Tints of Sapphire #01206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 77.08%

R = 0.69%
G = 22.22%
B = 77.08%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01206F (or 0x01206F) is known color: Sapphire. HEX triplet: 01, 20 and 6F. RGB value is (1,32,111). Sum of RGB (Red+Green+Blue) = 1+32+111=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #01206F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01206F is #FEDF90. Grayscale: #1F1F1F. Windows color (decimal): -16703377 or 7282689. OLE color: 7282689.

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

Color convert

RGB 1 32 111 -
CMYK 0.99 0.71 0 0.56
HSL 223.09º 0.98% 0.22% -
HSV(B) 223.09º 0.99% 0.44% -
XYZ 3.4 2.19 15.28 -
YUV 31.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 1 32 111 0.99 0.71 0 0.56 223.09 0.98 0.22
Hex 1 20 6F 63 47 0 38 DF 62 16
Octal 1 40 157 143 107 0 70 337 142 26
Binary 1 100000 1101111 1100011 1000111 0 111000 11011111 1100010 10110

Color Harmonies of #01206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01206F

Black with #01206F

Text Example


Text Example

White with #01206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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