#002558

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

Shades of Sapphire #002558

Tints of Sapphire #002558

Color information

#002558 (or 0x002558) is unknown color: approx Sapphire. HEX triplet: 00, 25 and 58. RGB value is (0,37,88). Sum of RGB (Red+Green+Blue) = 0+37+88=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #002558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002558 is #FFDAA7. Grayscale: #1F1F1F. Windows color (decimal): -16767656 or 5776640. OLE color: 5776640.

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

Color convert

RGB03788-
CMYK10.5800.65
HSL214.77º100%17.25%-
HSV(B)214.77º100%34.51%-
XYZ2.422.039.5-
YUV31.75159.74105.35-

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) = 29.6%
BLUE value IS 88 (34.77% from 255) = 70.4%
R=0%
G=29.6%
B=70.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0378810.5800.65214.7710017.25
Hex02558643A041d76411
Octal04513014472010132714421
Binary0100101101100011001001110100100000111010111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002558; }

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

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

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

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

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

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

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

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