Html Css Color HEX #012872 Sapphire

📋 copy color: '#012872'

red 1 ◦ green 40 ◦ blue 114

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

Shades of Sapphire #012872

Tints of Sapphire #012872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

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

R = 0.65%
G = 25.81%
B = 73.55%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012872 (or 0x012872) is known color: Sapphire. HEX triplet: 01, 28 and 72. RGB value is (1,40,114). Sum of RGB (Red+Green+Blue) = 1+40+114=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #012872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012872 is #FED78D. Grayscale: #242424. Windows color (decimal): -16701326 or 7481345. OLE color: 7481345.

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

Color convert

RGB 1 40 114 -
CMYK 0.99 0.65 0 0.55
HSL 219.29º 0.98% 0.23% -
HSV(B) 219.29º 0.99% 0.45% -
XYZ 3.81 2.74 16.25 -
YUV 36.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 1 40 114 0.99 0.65 0 0.55 219.29 0.98 0.23
Hex 1 28 72 63 41 0 37 DB 62 17
Octal 1 50 162 143 101 0 67 333 142 27
Binary 1 101000 1110010 1100011 1000001 0 110111 11011011 1100010 10111

Color Harmonies of #012872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012872

Black with #012872

Text Example


Text Example

White with #012872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012872; }

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

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

background-color css

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

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

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

border-color css

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

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

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