Html Css Color HEX #012072 Sapphire

📋 copy color: '#012072'

red 1 ◦ green 32 ◦ blue 114

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

Shades of Sapphire #012072

Tints of Sapphire #012072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 77.55%

R = 0.68%
G = 21.77%
B = 77.55%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012072 (or 0x012072) is known color: Sapphire. HEX triplet: 01, 20 and 72. RGB value is (1,32,114). Sum of RGB (Red+Green+Blue) = 1+32+114=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #012072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012072 is #FEDF8D. Grayscale: #1F1F1F. Windows color (decimal): -16703374 or 7479297. OLE color: 7479297.

HSL color Cylindrical-coordinate representation of color #012072: hue angle of 223.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012072 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 32 114 -
CMYK 0.99 0.72 0 0.55
HSL 223.54º 0.98% 0.23% -
HSV(B) 223.54º 0.99% 0.45% -
XYZ 3.57 2.25 16.17 -
YUV 32.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 1 32 114 0.99 0.72 0 0.55 223.54 0.98 0.23
Hex 1 20 72 63 48 0 37 E0 62 17
Octal 1 40 162 143 110 0 67 340 142 27
Binary 1 100000 1110010 1100011 1001000 0 110111 11100000 1100010 10111

Color Harmonies of #012072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012072

Black with #012072

Text Example


Text Example

White with #012072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012072; }

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

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

background-color css

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

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

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

border-color css

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

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

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