#062495

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

Shades of Smalt #062495

Tints of Smalt #062495

Color information

#062495 (or 0x062495) is unknown color: approx Smalt. HEX triplet: 06, 24 and 95. RGB value is (6,36,149). Sum of RGB (Red+Green+Blue) = 6+36+149=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #062495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062495 is #F9DB6A. Grayscale: #272727. Windows color (decimal): -16374635 or 9774086. OLE color: 9774086.

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

Color convert

RGB636149-
CMYK0.960.7600.42
HSL227.41º92.26%30.39%-
HSV(B)227.41º95.97%58.43%-
XYZ6.133.4728.78-
YUV39.91189.56103.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 149 (58.59% from 255) = 78.01%
R=3.14%
G=18.85%
B=78.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6361490.960.7600.42227.4192.2630.39
Hex62495604C02Ae35c1e
Octal64422514011405234313436
Binary1101001001001010111000001001100010101011100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062495; }

 p { color: rgb(6,36,149); }

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

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

 a { background-color: rgb(6,36,149); }

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

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

 span { border-color: rgb(6,36,149); }

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