#002556

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

Shades of Sapphire #002556

Tints of Sapphire #002556

Color information

#002556 (or 0x002556) is unknown color: approx Sapphire. HEX triplet: 00, 25 and 56. RGB value is (0,37,86). Sum of RGB (Red+Green+Blue) = 0+37+86=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #002556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002556 is #FFDAA9. Grayscale: #1F1F1F. Windows color (decimal): -16767658 or 5645568. OLE color: 5645568.

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

Color convert

RGB03786-
CMYK10.5700.66
HSL214.19º100%16.86%-
HSV(B)214.19º100%33.73%-
XYZ2.3429.07-
YUV31.52158.74105.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=0%
G=30.08%
B=69.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0378610.5700.66214.1910016.86
Hex025566439042d66411
Octal04512614471010232614421
Binary0100101101011011001001110010100001011010110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002556; }

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

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

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

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

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

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

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

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