Html Css Color HEX #012870 Sapphire

📋 copy color: '#012870'

red 1 ◦ green 40 ◦ blue 112

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

Shades of Sapphire #012870

Tints of Sapphire #012870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 73.2%

R = 0.65%
G = 26.14%
B = 73.2%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012870 (or 0x012870) is known color: Sapphire. HEX triplet: 01, 28 and 70. RGB value is (1,40,112). Sum of RGB (Red+Green+Blue) = 1+40+112=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #012870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012870 is #FED78F. Grayscale: #242424. Windows color (decimal): -16701328 or 7350273. OLE color: 7350273.

HSL color Cylindrical-coordinate representation of color #012870: hue angle of 218.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012870 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 40 112 -
CMYK 0.99 0.64 0 0.56
HSL 218.92º 0.98% 0.22% -
HSV(B) 218.92º 0.99% 0.44% -
XYZ 3.7 2.69 15.65 -
YUV 36.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 1 40 112 0.99 0.64 0 0.56 218.92 0.98 0.22
Hex 1 28 70 63 40 0 38 DB 62 16
Octal 1 50 160 143 100 0 70 333 142 26
Binary 1 101000 1110000 1100011 1000000 0 111000 11011011 1100010 10110

Color Harmonies of #012870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012870

Black with #012870

Text Example


Text Example

White with #012870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012870; }

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

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

background-color css

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

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

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

border-color css

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

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

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