Html Css Color HEX #012860 Sapphire

📋 copy color: '#012860'

red 1 ◦ green 40 ◦ blue 96

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

Shades of Sapphire #012860

Tints of Sapphire #012860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 70.07%

R = 0.73%
G = 29.2%
B = 70.07%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012860 (or 0x012860) is known color: Sapphire. HEX triplet: 01, 28 and 60. RGB value is (1,40,96). Sum of RGB (Red+Green+Blue) = 1+40+96=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #012860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012860 is #FED79F. Grayscale: #222222. Windows color (decimal): -16701344 or 6301697. OLE color: 6301697.

HSL color Cylindrical-coordinate representation of color #012860: hue angle of 215.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012860 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 40 96 -
CMYK 0.99 0.58 0 0.62
HSL 215.37º 0.98% 0.19% -
HSV(B) 215.37º 0.99% 0.38% -
XYZ 2.88 2.37 11.37 -
YUV 34.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 1 40 96 0.99 0.58 0 0.62 215.37 0.98 0.19
Hex 1 28 60 63 3A 0 3E D7 62 13
Octal 1 50 140 143 72 0 76 327 142 23
Binary 1 101000 1100000 1100011 111010 0 111110 11010111 1100010 10011

Color Harmonies of #012860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012860

Black with #012860

Text Example


Text Example

White with #012860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012860; }

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

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

background-color css

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

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

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

border-color css

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

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

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