#002592

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

Shades of Smalt #002592

Tints of Smalt #002592

Color information

#002592 (or 0x002592) is unknown color: approx Smalt. HEX triplet: 00, 25 and 92. RGB value is (0,37,146). Sum of RGB (Red+Green+Blue) = 0+37+146=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #002592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002592 is #FFDA6D. Grayscale: #252525. Windows color (decimal): -16767598 or 9577728. OLE color: 9577728.

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

Color convert

RGB037146-
CMYK10.7500.43
HSL224.79º100%28.63%-
HSV(B)224.79º100%57.25%-
XYZ5.853.427.54-
YUV38.36188.74100.64-

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) = 20.22%
BLUE value IS 146 (57.42% from 255) = 79.78%
R=0%
G=20.22%
B=79.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal03714610.7500.43224.7910028.63
Hex02592644B02Be1641d
Octal04522214411305334114435
Binary01001011001001011001001001011010101111100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002592; }

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

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

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

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

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

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

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

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