#002299

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

Shades of Smalt #002299

Tints of Smalt #002299

Color information

#002299 (or 0x002299) is unknown color: approx Smalt. HEX triplet: 00, 22 and 99. RGB value is (0,34,153). Sum of RGB (Red+Green+Blue) = 0+34+153=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #002299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002299 is #FFDD66. Grayscale: #242424. Windows color (decimal): -16768359 or 10035712. OLE color: 10035712.

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

Color convert

RGB034153-
CMYK10.7800.4
HSL226.67º100%30%-
HSV(B)226.67º100%60%-
XYZ6.323.4430.47-
YUV37.4193.24101.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 153 (60.16% from 255) = 81.82%
R=0%
G=18.18%
B=81.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal03415310.7800.4226.6710030
Hex02299644E028e3641e
Octal04223114411605034314436
Binary01000101001100111001001001110010100011100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002299; }

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

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

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

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

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

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

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

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