Html Css Color HEX #011256 Sapphire

📋 copy color: '#011256'

red 1 ◦ green 18 ◦ blue 86

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

Shades of Sapphire #011256

Tints of Sapphire #011256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 0.95%
G = 17.14%
B = 81.9%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011256 (or 0x011256) is known color: Sapphire. HEX triplet: 01, 12 and 56. RGB value is (1,18,86). Sum of RGB (Red+Green+Blue) = 1+18+86=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #011256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011256 is #FEEDA9. Grayscale: #141414. Windows color (decimal): -16706986 or 5640705. OLE color: 5640705.

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

Color convert

RGB 1 18 86 -
CMYK 0.99 0.79 0 0.66
HSL 228º 0.98% 0.17% -
HSV(B) 228º 0.99% 0.34% -
XYZ 1.91 1.11 8.92 -
YUV 20.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 1 18 86 0.99 0.79 0 0.66 228 0.98 0.17
Hex 1 12 56 63 4F 0 42 E4 62 11
Octal 1 22 126 143 117 0 102 344 142 21
Binary 1 10010 1010110 1100011 1001111 0 1000010 11100100 1100010 10001

Color Harmonies of #011256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011256

Black with #011256

Text Example


Text Example

White with #011256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011256; }

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

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

background-color css

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

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

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

border-color css

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

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

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