Html Css Color HEX #01207F Sapphire

📋 copy color: '#01207F'

red 1 ◦ green 32 ◦ blue 127

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

Shades of Sapphire #01207F

Tints of Sapphire #01207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 79.38%

R = 0.63%
G = 20%
B = 79.38%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01207F (or 0x01207F) is known color: Sapphire. HEX triplet: 01, 20 and 7F. RGB value is (1,32,127). Sum of RGB (Red+Green+Blue) = 1+32+127=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 127 (50% from 255 or 79.38% from 160); Max value from RGB is 127 - color contains mainly: blue. Hex color #01207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01207F is #FEDF80. Grayscale: #212121. Windows color (decimal): -16703361 or 8331265. OLE color: 8331265.

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

Color convert

RGB 1 32 127 -
CMYK 0.99 0.75 0 0.50
HSL 225.24º 0.98% 0.25% -
HSV(B) 225.24º 0.99% 0.5% -
XYZ 4.36 2.57 20.35 -
YUV 33.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 1 32 127 0.99 0.75 0 0.50 225.24 0.98 0.25
Hex 1 20 7F 63 4B 0 32 E1 62 19
Octal 1 40 177 143 113 0 62 341 142 31
Binary 1 100000 1111111 1100011 1001011 0 110010 11100001 1100010 11001

Color Harmonies of #01207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01207F

Black with #01207F

Text Example


Text Example

White with #01207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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