#06338B

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

Shades of Smalt #06338B

Tints of Smalt #06338B

Color information

#06338B (or 0x06338B) is unknown color: approx Smalt. HEX triplet: 06, 33 and 8B. RGB value is (6,51,139). Sum of RGB (Red+Green+Blue) = 6+51+139=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #06338B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06338B is #F9CC74. Grayscale: #2F2F2F. Windows color (decimal): -16370805 or 9122566. OLE color: 9122566.

HSL color Cylindrical-coordinate representation of color #06338B: hue angle of 219.7º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06338B is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB651139-
CMYK0.960.6300.45
HSL219.7º91.72%28.43%-
HSV(B)219.7º95.68%54.51%-
XYZ5.924.2724.94-
YUV47.58179.5998.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 139 (54.69% from 255) = 70.92%
R=3.06%
G=26.02%
B=70.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6511390.960.6300.45219.791.7228.43
Hex6338B603F02Ddc5c1c
Octal6632131407705533413434
Binary110110011100010111100000111111010110111011100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06338B; }

 p { color: rgb(6,51,139); }

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

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

 a { background-color: rgb(6,51,139); }

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

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

 span { border-color: rgb(6,51,139); }

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