#062188

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

Shades of Smalt #062188

Tints of Smalt #062188

Color information

#062188 (or 0x062188) is unknown color: approx Smalt. HEX triplet: 06, 21 and 88. RGB value is (6,33,136). Sum of RGB (Red+Green+Blue) = 6+33+136=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #062188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062188 is #F9DE77. Grayscale: #242424. Windows color (decimal): -16375416 or 8921350. OLE color: 8921350.

HSL color Cylindrical-coordinate representation of color #062188: hue angle of 227.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062188 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB633136-
CMYK0.960.7600.47
HSL227.54º91.55%27.84%-
HSV(B)227.54º95.59%53.33%-
XYZ5.062.923.59-
YUV36.67184.05106.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 136 (53.52% from 255) = 77.71%
R=3.43%
G=18.86%
B=77.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6331360.960.7600.47227.5491.5527.84
Hex62188604C02Fe45c1c
Octal64121014011405734413434
Binary1101000011000100011000001001100010111111100100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062188; }

 p { color: rgb(6,33,136); }

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

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

 a { background-color: rgb(6,33,136); }

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

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

 span { border-color: rgb(6,33,136); }

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