#02419C

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

Shades of Smalt #02419C

Tints of Smalt #02419C

Color information

#02419C (or 0x02419C) is unknown color: approx Smalt. HEX triplet: 02, 41 and 9C. RGB value is (2,65,156). Sum of RGB (Red+Green+Blue) = 2+65+156=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #02419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02419C is #FDBE63. Grayscale: #383838. Windows color (decimal): -16629348 or 10240258. OLE color: 10240258.

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

Color convert

RGB265156-
CMYK0.990.5800.39
HSL215.45º97.47%30.98%-
HSV(B)215.45º98.72%61.18%-
XYZ7.926.1932.23-
YUV56.54184.1389.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 156 (61.33% from 255) = 69.96%
R=0.90%
G=29.15%
B=69.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2651560.990.5800.39215.4597.4730.98
Hex2419C633A027d7611f
Octal21012341437204732714137
Binary101000001100111001100011111010010011111010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02419C; }

 p { color: rgb(2,65,156); }

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

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

 a { background-color: rgb(2,65,156); }

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

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

 span { border-color: rgb(2,65,156); }

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