#06419B

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

Shades of Smalt #06419B

Tints of Smalt #06419B

Color information

#06419B (or 0x06419B) is unknown color: approx Smalt. HEX triplet: 06, 41 and 9B. RGB value is (6,65,155). Sum of RGB (Red+Green+Blue) = 6+65+155=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #06419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06419B is #F9BE64. Grayscale: #393939. Windows color (decimal): -16367205 or 10174726. OLE color: 10174726.

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

Color convert

RGB665155-
CMYK0.960.5800.39
HSL216.24º92.55%31.57%-
HSV(B)216.24º96.13%60.78%-
XYZ7.886.1931.79-
YUV57.62182.9591.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 155 (60.94% from 255) = 68.58%
R=2.65%
G=28.76%
B=68.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6651550.960.5800.39216.2492.5531.57
Hex6419B603A027d85d20
Octal61012331407204733013540
Binary11010000011001101111000001110100100111110110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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