Html Css Color HEX #011160 Sapphire

📋 copy color: '#011160'

red 1 ◦ green 17 ◦ blue 96

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

Shades of Sapphire #011160

Tints of Sapphire #011160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

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

R = 0.88%
G = 14.91%
B = 84.21%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011160 (or 0x011160) is known color: Sapphire. HEX triplet: 01, 11 and 60. RGB value is (1,17,96). Sum of RGB (Red+Green+Blue) = 1+17+96=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #011160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011160 is #FEEE9F. Grayscale: #141414. Windows color (decimal): -16707232 or 6295809. OLE color: 6295809.

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

Color convert

RGB 1 17 96 -
CMYK 0.99 0.82 0 0.62
HSL 229.89º 0.98% 0.19% -
HSV(B) 229.89º 0.99% 0.38% -
XYZ 2.32 1.25 11.19 -
YUV 21.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 1 17 96 0.99 0.82 0 0.62 229.89 0.98 0.19
Hex 1 11 60 63 52 0 3E E6 62 13
Octal 1 21 140 143 122 0 76 346 142 23
Binary 1 10001 1100000 1100011 1010010 0 111110 11100110 1100010 10011

Color Harmonies of #011160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011160

Black with #011160

Text Example


Text Example

White with #011160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011160; }

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

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

background-color css

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

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

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

border-color css

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

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

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