Html Css Color HEX #01207C Sapphire

📋 copy color: '#01207C'

red 1 ◦ green 32 ◦ blue 124

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

Shades of Sapphire #01207C

Tints of Sapphire #01207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 78.98%

R = 0.64%
G = 20.38%
B = 78.98%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01207C (or 0x01207C) is known color: Sapphire. HEX triplet: 01, 20 and 7C. RGB value is (1,32,124). Sum of RGB (Red+Green+Blue) = 1+32+124=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #01207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01207C is #FEDF83. Grayscale: #202020. Windows color (decimal): -16703364 or 8134657. OLE color: 8134657.

HSL color Cylindrical-coordinate representation of color #01207C: hue angle of 224.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01207C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 32 124 -
CMYK 0.99 0.74 0 0.51
HSL 224.88º 0.98% 0.25% -
HSV(B) 224.88º 0.99% 0.49% -
XYZ 4.17 2.49 19.33 -
YUV 33.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 1 32 124 0.99 0.74 0 0.51 224.88 0.98 0.25
Hex 1 20 7C 63 4A 0 33 E1 62 19
Octal 1 40 174 143 112 0 63 341 142 31
Binary 1 100000 1111100 1100011 1001010 0 110011 11100001 1100010 11001

Color Harmonies of #01207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01207C

Black with #01207C

Text Example


Text Example

White with #01207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01207C; }

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

 H1.HeaderClassName
 {
   color: #01207C;
 }
 .AnyTagClassName
 {
   color: #01207C;
 }
</style>

background-color css

<style>
 a { background-color: #01207C; }

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

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

border-color css

<style>
 span { border-color: #01207C; }

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

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