Html Css Color HEX #011156 Sapphire

📋 copy color: '#011156'

red 1 ◦ green 17 ◦ blue 86

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

Shades of Sapphire #011156

Tints of Sapphire #011156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 82.69%

R = 0.96%
G = 16.35%
B = 82.69%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011156 (or 0x011156) is known color: Sapphire. HEX triplet: 01, 11 and 56. RGB value is (1,17,86). Sum of RGB (Red+Green+Blue) = 1+17+86=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 86 (33.98% from 255 or 82.69% from 104); Max value from RGB is 86 - color contains mainly: blue. Hex color #011156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011156 is #FEEEA9. Grayscale: #131313. Windows color (decimal): -16707242 or 5640449. OLE color: 5640449.

HSL color Cylindrical-coordinate representation of color #011156: hue angle of 228.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011156 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 17 86 -
CMYK 0.99 0.80 0 0.66
HSL 228.71º 0.98% 0.17% -
HSV(B) 228.71º 0.99% 0.34% -
XYZ 1.89 1.08 8.91 -
YUV 20.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 1 17 86 0.99 0.80 0 0.66 228.71 0.98 0.17
Hex 1 11 56 63 50 0 42 E5 62 11
Octal 1 21 126 143 120 0 102 345 142 21
Binary 1 10001 1010110 1100011 1010000 0 1000010 11100101 1100010 10001

Color Harmonies of #011156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011156

Black with #011156

Text Example


Text Example

White with #011156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011156; }

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

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

background-color css

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

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

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

border-color css

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

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

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