Html Css Color HEX #011A56 Sapphire

📋 copy color: '#011A56'

red 1 ◦ green 26 ◦ blue 86

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

Shades of Sapphire #011A56

Tints of Sapphire #011A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.01%

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

R = 0.88%
G = 23.01%
B = 76.11%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011A56 (or 0x011A56) is known color: Sapphire. HEX triplet: 01, 1A and 56. RGB value is (1,26,86). Sum of RGB (Red+Green+Blue) = 1+26+86=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #011A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A56 is #FEE5A9. Grayscale: #191919. Windows color (decimal): -16704938 or 5642753. OLE color: 5642753.

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

Color convert

RGB 1 26 86 -
CMYK 0.99 0.70 0 0.66
HSL 222.35º 0.98% 0.17% -
HSV(B) 222.35º 0.99% 0.34% -
XYZ 2.06 1.42 8.97 -
YUV 25.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 1 26 86 0.99 0.70 0 0.66 222.35 0.98 0.17
Hex 1 1A 56 63 46 0 42 DE 62 11
Octal 1 32 126 143 106 0 102 336 142 21
Binary 1 11010 1010110 1100011 1000110 0 1000010 11011110 1100010 10001

Color Harmonies of #011A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A56

Black with #011A56

Text Example


Text Example

White with #011A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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