Html Css Color HEX #01207A Sapphire

📋 copy color: '#01207A'

red 1 ◦ green 32 ◦ blue 122

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

Shades of Sapphire #01207A

Tints of Sapphire #01207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 78.71%

R = 0.65%
G = 20.65%
B = 78.71%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01207A (or 0x01207A) is known color: Sapphire. HEX triplet: 01, 20 and 7A. RGB value is (1,32,122). Sum of RGB (Red+Green+Blue) = 1+32+122=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 122 (48.05% from 255 or 78.71% from 155); Max value from RGB is 122 - color contains mainly: blue. Hex color #01207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01207A is #FEDF85. Grayscale: #202020. Windows color (decimal): -16703366 or 8003585. OLE color: 8003585.

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

Color convert

RGB 1 32 122 -
CMYK 0.99 0.74 0 0.52
HSL 224.63º 0.98% 0.24% -
HSV(B) 224.63º 0.99% 0.48% -
XYZ 4.04 2.44 18.67 -
YUV 32.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 1 32 122 0.99 0.74 0 0.52 224.63 0.98 0.24
Hex 1 20 7A 63 4A 0 34 E1 62 18
Octal 1 40 172 143 112 0 64 341 142 30
Binary 1 100000 1111010 1100011 1001010 0 110100 11100001 1100010 11000

Color Harmonies of #01207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01207A

Black with #01207A

Text Example


Text Example

White with #01207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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