#062998

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

Shades of Smalt #062998

Tints of Smalt #062998

Color information

#062998 (or 0x062998) is unknown color: approx Smalt. HEX triplet: 06, 29 and 98. RGB value is (6,41,152). Sum of RGB (Red+Green+Blue) = 6+41+152=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #062998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062998 is #F9D667. Grayscale: #2A2A2A. Windows color (decimal): -16373352 or 9971974. OLE color: 9971974.

HSL color Cylindrical-coordinate representation of color #062998: hue angle of 225.62º degrees, saturation: 0.92, 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 #062998 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB641152-
CMYK0.960.7300.40
HSL225.62º92.41%30.98%-
HSV(B)225.62º96.05%59.61%-
XYZ6.543.8930.11-
YUV43.19189.4101.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 152 (59.77% from 255) = 76.38%
R=3.02%
G=20.60%
B=76.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6411520.960.7300.40225.6292.4130.98
Hex629986049028e25c1f
Octal65123014011105034213437
Binary1101010011001100011000001001001010100011100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062998; }

 p { color: rgb(6,41,152); }

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

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

 a { background-color: rgb(6,41,152); }

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

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

 span { border-color: rgb(6,41,152); }

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