#002452

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

Shades of Sapphire #002452

Tints of Sapphire #002452

Color information

#002452 (or 0x002452) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 52. RGB value is (0,36,82). Sum of RGB (Red+Green+Blue) = 0+36+82=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 82 (32.42% from 255 or 69.49% from 118); Max value from RGB is 82 - color contains mainly: blue. Hex color #002452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002452 is #FFDBAD. Grayscale: #1E1E1E. Windows color (decimal): -16767918 or 5383168. OLE color: 5383168.

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

Color convert

RGB03682-
CMYK10.5600.68
HSL213.66º100%16.08%-
HSV(B)213.66º100%32.16%-
XYZ2.151.878.23-
YUV30.48157.07106.26-

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.51%
BLUE value IS 82 (32.42% from 255) = 69.49%
R=0%
G=30.51%
B=69.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0368210.5600.68213.6610016.08
Hex024526438044d66410
Octal04412214470010432614420
Binary0100100101001011001001110000100010011010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002452; }

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

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

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

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

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

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

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

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