#02299B

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

Shades of Smalt #02299B

Tints of Smalt #02299B

Color information

#02299B (or 0x02299B) is unknown color: approx Smalt. HEX triplet: 02, 29 and 9B. RGB value is (2,41,155). Sum of RGB (Red+Green+Blue) = 2+41+155=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #02299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02299B is #FDD664. Grayscale: #292929. Windows color (decimal): -16635493 or 10168578. OLE color: 10168578.

HSL color Cylindrical-coordinate representation of color #02299B: hue angle of 224.71º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02299B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB241155-
CMYK0.990.7400.39
HSL224.71º97.45%30.78%-
HSV(B)224.71º98.71%60.78%-
XYZ6.733.9731.42-
YUV42.34191.5899.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 41 (16.41% from 255) = 20.71%
BLUE value IS 155 (60.94% from 255) = 78.28%
R=1.01%
G=20.71%
B=78.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2411550.990.7400.39224.7197.4530.78
Hex2299B634A027e1611f
Octal25123314311204734114137
Binary101010011001101111000111001010010011111100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02299B; }

 p { color: rgb(2,41,155); }

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

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

 a { background-color: rgb(2,41,155); }

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

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

 span { border-color: rgb(2,41,155); }

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