#002399

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

Shades of Smalt #002399

Tints of Smalt #002399

Color information

#002399 (or 0x002399) is unknown color: approx Smalt. HEX triplet: 00, 23 and 99. RGB value is (0,35,153). Sum of RGB (Red+Green+Blue) = 0+35+153=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #002399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002399 is #FFDC66. Grayscale: #252525. Windows color (decimal): -16768103 or 10035968. OLE color: 10035968.

HSL color Cylindrical-coordinate representation of color #002399: hue angle of 226.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002399 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB035153-
CMYK10.7700.4
HSL226.27º100%30%-
HSV(B)226.27º100%60%-
XYZ6.353.530.48-
YUV37.99192.9100.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 153 (60.16% from 255) = 81.38%
R=0%
G=18.62%
B=81.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal03515310.7700.4226.2710030
Hex02399644D028e2641e
Octal04323114411505034214436
Binary01000111001100111001001001101010100011100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002399; }

 p { color: rgb(0,35,153); }

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

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

 a { background-color: rgb(0,35,153); }

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

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

 span { border-color: rgb(0,35,153); }

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