#062B94

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

Shades of Smalt #062B94

Tints of Smalt #062B94

Color information

#062B94 (or 0x062B94) is unknown color: approx Smalt. HEX triplet: 06, 2B and 94. RGB value is (6,43,148). Sum of RGB (Red+Green+Blue) = 6+43+148=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #062B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B94 is #F9D46B. Grayscale: #2B2B2B. Windows color (decimal): -16372844 or 9710342. OLE color: 9710342.

HSL color Cylindrical-coordinate representation of color #062B94: hue angle of 224.37º 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 #062B94 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB643148-
CMYK0.960.7100.42
HSL224.37º92.21%30.2%-
HSV(B)224.37º95.95%58.04%-
XYZ6.283.928.44-
YUV43.91186.74100.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 148 (58.20% from 255) = 75.13%
R=3.05%
G=21.83%
B=75.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6431480.960.7100.42224.3792.2130.2
Hex62B94604702Ae05c1e
Octal65322414010705234013436
Binary1101010111001010011000001000111010101011100000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062B94; }

 p { color: rgb(6,43,148); }

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

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

 a { background-color: rgb(6,43,148); }

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

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

 span { border-color: rgb(6,43,148); }

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