#062B9B

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

Shades of Smalt #062B9B

Tints of Smalt #062B9B

Color information

#062B9B (or 0x062B9B) is unknown color: approx Smalt. HEX triplet: 06, 2B and 9B. RGB value is (6,43,155). Sum of RGB (Red+Green+Blue) = 6+43+155=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #062B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B9B is #F9D464. Grayscale: #2C2C2C. Windows color (decimal): -16372837 or 10169094. OLE color: 10169094.

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

Color convert

RGB643155-
CMYK0.960.7200.39
HSL225.1º92.55%31.57%-
HSV(B)225.1º96.13%60.78%-
XYZ6.864.1331.45-
YUV44.7190.24100.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 155 (60.94% from 255) = 75.98%
R=2.94%
G=21.08%
B=75.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6431550.960.7200.39225.192.5531.57
Hex62B9B6048027e15d20
Octal65323314011004734113540
Binary11010101110011011110000010010000100111111000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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