Html Css Color HEX #011060 Sapphire

📋 copy color: '#011060'

red 1 ◦ green 16 ◦ blue 96

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

Shades of Sapphire #011060

Tints of Sapphire #011060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.16%

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

R = 0.88%
G = 14.16%
B = 84.96%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011060 (or 0x011060) is known color: Sapphire. HEX triplet: 01, 10 and 60. RGB value is (1,16,96). Sum of RGB (Red+Green+Blue) = 1+16+96=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #011060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011060 is #FEEF9F. Grayscale: #141414. Windows color (decimal): -16707488 or 6295553. OLE color: 6295553.

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

Color convert

RGB 1 16 96 -
CMYK 0.99 0.83 0 0.62
HSL 230.53º 0.98% 0.19% -
HSV(B) 230.53º 0.99% 0.38% -
XYZ 2.31 1.22 11.18 -
YUV 20.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 1 16 96 0.99 0.83 0 0.62 230.53 0.98 0.19
Hex 1 10 60 63 53 0 3E E7 62 13
Octal 1 20 140 143 123 0 76 347 142 23
Binary 1 10000 1100000 1100011 1010011 0 111110 11100111 1100010 10011

Color Harmonies of #011060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011060

Black with #011060

Text Example


Text Example

White with #011060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011060; }

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

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

background-color css

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

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

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

border-color css

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

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

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