Html Css Color HEX #012472 Sapphire

📋 copy color: '#012472'

red 1 ◦ green 36 ◦ blue 114

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

Shades of Sapphire #012472

Tints of Sapphire #012472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.84%

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

R = 0.66%
G = 23.84%
B = 75.5%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012472 (or 0x012472) is known color: Sapphire. HEX triplet: 01, 24 and 72. RGB value is (1,36,114). Sum of RGB (Red+Green+Blue) = 1+36+114=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #012472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012472 is #FEDB8D. Grayscale: #222222. Windows color (decimal): -16702350 or 7480321. OLE color: 7480321.

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

Color convert

RGB 1 36 114 -
CMYK 0.99 0.68 0 0.55
HSL 221.42º 0.98% 0.23% -
HSV(B) 221.42º 0.99% 0.45% -
XYZ 3.68 2.48 16.2 -
YUV 34.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 1 36 114 0.99 0.68 0 0.55 221.42 0.98 0.23
Hex 1 24 72 63 44 0 37 DD 62 17
Octal 1 44 162 143 104 0 67 335 142 27
Binary 1 100100 1110010 1100011 1000100 0 110111 11011101 1100010 10111

Color Harmonies of #012472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012472

Black with #012472

Text Example


Text Example

White with #012472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012472; }

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

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

background-color css

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

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

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

border-color css

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

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

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