#02429B

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

Shades of Smalt #02429B

Tints of Smalt #02429B

Color information

#02429B (or 0x02429B) is unknown color: approx Smalt. HEX triplet: 02, 42 and 9B. RGB value is (2,66,155). Sum of RGB (Red+Green+Blue) = 2+66+155=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #02429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02429B is #FDBD64. Grayscale: #383838. Windows color (decimal): -16629093 or 10174978. OLE color: 10174978.

HSL color Cylindrical-coordinate representation of color #02429B: hue angle of 214.9º 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 #02429B is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB266155-
CMYK0.990.5700.39
HSL214.9º97.45%30.78%-
HSV(B)214.9º98.71%60.78%-
XYZ7.896.2831.81-
YUV57.01183.388.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 155 (60.94% from 255) = 69.51%
R=0.90%
G=29.60%
B=69.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2661550.990.5700.39214.997.4530.78
Hex2429B6339027d7611f
Octal21022331437104732714137
Binary101000010100110111100011111001010011111010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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