Html Css Color HEX #012972 Sapphire

📋 copy color: '#012972'

red 1 ◦ green 41 ◦ blue 114

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

Shades of Sapphire #012972

Tints of Sapphire #012972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 0.64%
G = 26.28%
B = 73.08%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012972 (or 0x012972) is known color: Sapphire. HEX triplet: 01, 29 and 72. RGB value is (1,41,114). Sum of RGB (Red+Green+Blue) = 1+41+114=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #012972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012972 is #FED68D. Grayscale: #252525. Windows color (decimal): -16701070 or 7481601. OLE color: 7481601.

HSL color Cylindrical-coordinate representation of color #012972: hue angle of 218.76º 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 #012972 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 41 114 -
CMYK 0.99 0.64 0 0.55
HSL 218.76º 0.98% 0.23% -
HSV(B) 218.76º 0.99% 0.45% -
XYZ 3.84 2.81 16.26 -
YUV 37.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 1 41 114 0.99 0.64 0 0.55 218.76 0.98 0.23
Hex 1 29 72 63 40 0 37 DB 62 17
Octal 1 51 162 143 100 0 67 333 142 27
Binary 1 101001 1110010 1100011 1000000 0 110111 11011011 1100010 10111

Color Harmonies of #012972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012972

Black with #012972

Text Example


Text Example

White with #012972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012972; }

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

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

background-color css

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

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

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

border-color css

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

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

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