#06419A

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

Shades of Smalt #06419A

Tints of Smalt #06419A

Color information

#06419A (or 0x06419A) is unknown color: approx Smalt. HEX triplet: 06, 41 and 9A. RGB value is (6,65,154). Sum of RGB (Red+Green+Blue) = 6+65+154=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #06419A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06419A is #F9BE65. Grayscale: #393939. Windows color (decimal): -16367206 or 10109190. OLE color: 10109190.

HSL color Cylindrical-coordinate representation of color #06419A: hue angle of 216.08º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06419A is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB665154-
CMYK0.960.5800.40
HSL216.08º92.5%31.37%-
HSV(B)216.08º96.1%60.39%-
XYZ7.86.1531.35-
YUV57.5182.4591.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 154 (60.55% from 255) = 68.44%
R=2.67%
G=28.89%
B=68.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6651540.960.5800.40216.0892.531.37
Hex6419A603A028d85c1f
Octal61012321407205033013437
Binary1101000001100110101100000111010010100011011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06419A; }

 p { color: rgb(6,65,154); }

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

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

 a { background-color: rgb(6,65,154); }

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

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

 span { border-color: rgb(6,65,154); }

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