#002454

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

Shades of Sapphire #002454

Tints of Sapphire #002454

Color information

#002454 (or 0x002454) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 54. RGB value is (0,36,84). Sum of RGB (Red+Green+Blue) = 0+36+84=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #002454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002454 is #FFDBAB. Grayscale: #1E1E1E. Windows color (decimal): -16767916 or 5514240. OLE color: 5514240.

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

Color convert

RGB03684-
CMYK10.5700.67
HSL214.29º100%16.47%-
HSV(B)214.29º100%32.94%-
XYZ2.231.98.64-
YUV30.71158.07106.1-

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) = 30%
BLUE value IS 84 (33.20% from 255) = 70%
R=0%
G=30%
B=70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0368410.5700.67214.2910016.47
Hex024546439043d66410
Octal04412414471010332614420
Binary0100100101010011001001110010100001111010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002454; }

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

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

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

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

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

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

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

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