#002455

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

Shades of Sapphire #002455

Tints of Sapphire #002455

Color information

#002455 (or 0x002455) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 55. RGB value is (0,36,85). Sum of RGB (Red+Green+Blue) = 0+36+85=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #002455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002455 is #FFDBAA. Grayscale: #1E1E1E. Windows color (decimal): -16767915 or 5579776. OLE color: 5579776.

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

Color convert

RGB03685-
CMYK10.5800.67
HSL214.59º100%16.67%-
HSV(B)214.59º100%33.33%-
XYZ2.271.928.84-
YUV30.82158.57106.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=0%
G=29.75%
B=70.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0368510.5800.67214.5910016.67
Hex02455643A043d76411
Octal04412514472010332714421
Binary0100100101010111001001110100100001111010111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002455; }

 p { color: rgb(0,36,85); }

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

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

 a { background-color: rgb(0,36,85); }

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

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

 span { border-color: rgb(0,36,85); }

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