Html Css Color HEX #011860 Sapphire

📋 copy color: '#011860'

red 1 ◦ green 24 ◦ blue 96

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

Shades of Sapphire #011860

Tints of Sapphire #011860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 0.83%
G = 19.83%
B = 79.34%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011860 (or 0x011860) is known color: Sapphire. HEX triplet: 01, 18 and 60. RGB value is (1,24,96). Sum of RGB (Red+Green+Blue) = 1+24+96=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #011860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011860 is #FEE79F. Grayscale: #191919. Windows color (decimal): -16705440 or 6297601. OLE color: 6297601.

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

Color convert

RGB 1 24 96 -
CMYK 0.99 0.75 0 0.62
HSL 225.47º 0.98% 0.19% -
HSV(B) 225.47º 0.99% 0.38% -
XYZ 2.45 1.5 11.23 -
YUV 25.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 1 24 96 0.99 0.75 0 0.62 225.47 0.98 0.19
Hex 1 18 60 63 4B 0 3E E1 62 13
Octal 1 30 140 143 113 0 76 341 142 23
Binary 1 11000 1100000 1100011 1001011 0 111110 11100001 1100010 10011

Color Harmonies of #011860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011860

Black with #011860

Text Example


Text Example

White with #011860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011860; }

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

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

background-color css

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

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

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

border-color css

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

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

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