Html Css Color HEX #011456 Sapphire

📋 copy color: '#011456'

red 1 ◦ green 20 ◦ blue 86

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

Shades of Sapphire #011456

Tints of Sapphire #011456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 0.93%
G = 18.69%
B = 80.37%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011456 (or 0x011456) is known color: Sapphire. HEX triplet: 01, 14 and 56. RGB value is (1,20,86). Sum of RGB (Red+Green+Blue) = 1+20+86=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #011456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011456 is #FEEBA9. Grayscale: #151515. Windows color (decimal): -16706474 or 5641217. OLE color: 5641217.

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

Color convert

RGB 1 20 86 -
CMYK 0.99 0.77 0 0.66
HSL 226.59º 0.98% 0.17% -
HSV(B) 226.59º 0.99% 0.34% -
XYZ 1.94 1.18 8.93 -
YUV 21.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 1 20 86 0.99 0.77 0 0.66 226.59 0.98 0.17
Hex 1 14 56 63 4D 0 42 E3 62 11
Octal 1 24 126 143 115 0 102 343 142 21
Binary 1 10100 1010110 1100011 1001101 0 1000010 11100011 1100010 10001

Color Harmonies of #011456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011456

Black with #011456

Text Example


Text Example

White with #011456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011456; }

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

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

background-color css

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

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

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

border-color css

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

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

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