#001956

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

Shades of Sapphire #001956

Tints of Sapphire #001956

Color information

#001956 (or 0x001956) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 56. RGB value is (0,25,86). Sum of RGB (Red+Green+Blue) = 0+25+86=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #001956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001956 is #FFE6A9. Grayscale: #181818. Windows color (decimal): -16770730 or 5642496. OLE color: 5642496.

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

Color convert

RGB02586-
CMYK10.7100.66
HSL222.56º100%16.86%-
HSV(B)222.56º100%33.73%-
XYZ2.031.378.96-
YUV24.48162.72110.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=0%
G=22.52%
B=77.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0258610.7100.66222.5610016.86
Hex019566447042df6411
Octal031126144107010233714421
Binary0110011010110110010010001110100001011011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001956; }

 p { color: rgb(0,25,86); }

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

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

 a { background-color: rgb(0,25,86); }

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

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

 span { border-color: rgb(0,25,86); }

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