#002593

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

Shades of Smalt #002593

Tints of Smalt #002593

Color information

#002593 (or 0x002593) is unknown color: approx Smalt. HEX triplet: 00, 25 and 93. RGB value is (0,37,147). Sum of RGB (Red+Green+Blue) = 0+37+147=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #002593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002593 is #FFDA6C. Grayscale: #262626. Windows color (decimal): -16767597 or 9643264. OLE color: 9643264.

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

Color convert

RGB037147-
CMYK10.7500.42
HSL224.9º100%28.82%-
HSV(B)224.9º100%57.65%-
XYZ5.933.4327.95-
YUV38.48189.24100.56-

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.11%
BLUE value IS 147 (57.81% from 255) = 79.89%
R=0%
G=20.11%
B=79.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal03714710.7500.42224.910028.82
Hex02593644B02Ae1641d
Octal04522314411305234114435
Binary01001011001001111001001001011010101011100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002593; }

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

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

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

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

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

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

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

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