#002599

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

Shades of Smalt #002599

Tints of Smalt #002599

Color information

#002599 (or 0x002599) is unknown color: approx Smalt. HEX triplet: 00, 25 and 99. RGB value is (0,37,153). Sum of RGB (Red+Green+Blue) = 0+37+153=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #002599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002599 is #FFDA66. Grayscale: #262626. Windows color (decimal): -16767591 or 10036480. OLE color: 10036480.

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

Color convert

RGB037153-
CMYK10.7600.4
HSL225.49º100%30%-
HSV(B)225.49º100%60%-
XYZ6.413.6230.5-
YUV39.16192.24100.07-

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) = 19.47%
BLUE value IS 153 (60.16% from 255) = 80.53%
R=0%
G=19.47%
B=80.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal03715310.7600.4225.4910030
Hex02599644C028e1641e
Octal04523114411405034114436
Binary01001011001100111001001001100010100011100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002599; }

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

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

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

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

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

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

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

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