#002453

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

Shades of Sapphire #002453

Tints of Sapphire #002453

Color information

#002453 (or 0x002453) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 53. RGB value is (0,36,83). Sum of RGB (Red+Green+Blue) = 0+36+83=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #002453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002453 is #FFDBAC. Grayscale: #1E1E1E. Windows color (decimal): -16767917 or 5448704. OLE color: 5448704.

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

Color convert

RGB03683-
CMYK10.5700.67
HSL213.98º100%16.27%-
HSV(B)213.98º100%32.55%-
XYZ2.191.898.43-
YUV30.59157.57106.18-

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.25%
BLUE value IS 83 (32.81% from 255) = 69.75%
R=0%
G=30.25%
B=69.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0368310.5700.67213.9810016.27
Hex024536439043d66410
Octal04412314471010332614420
Binary0100100101001111001001110010100001111010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002453; }

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

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

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

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

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

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

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

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