#011851

Color #011851 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #011851

Tints of Sapphire #011851

Color information

#011851 (or 0x011851) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 51. RGB value is (1,24,81). Sum of RGB (Red+Green+Blue) = 1+24+81=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #011851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011851 is #FEE7AE. Grayscale: #171717. Windows color (decimal): -16705455 or 5314561. OLE color: 5314561.

HSL color Cylindrical-coordinate representation of color #011851: hue angle of 222.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011851 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB12481-
CMYK0.990.7000.68
HSL222.75º97.56%16.08%-
HSV(B)222.75º98.77%31.76%-
XYZ1.821.257.93-
YUV23.62160.38111.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 81 (32.03% from 255) = 76.42%
R=0.94%
G=22.64%
B=76.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal124810.990.7000.68222.7597.5616.08
Hex118516346044df6210
Octal130121143106010433714220
Binary1110001010001110001110001100100010011011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011851; }

 p { color: rgb(1,24,81); }

 H1.HeaderClassName
 {
   color: #011851;
 }
 .AnyTagClassName
 {
   color: #011851;
 }
</style>
background-color css

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

 a { background-color: rgb(1,24,81); }

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

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

 span { border-color: rgb(1,24,81); }

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