#06368B

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

Shades of Smalt #06368B

Tints of Smalt #06368B

Color information

#06368B (or 0x06368B) is unknown color: approx Smalt. HEX triplet: 06, 36 and 8B. RGB value is (6,54,139). Sum of RGB (Red+Green+Blue) = 6+54+139=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #06368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06368B is #F9C974. Grayscale: #303030. Windows color (decimal): -16370037 or 9123334. OLE color: 9123334.

HSL color Cylindrical-coordinate representation of color #06368B: hue angle of 218.35º 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 #06368B is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB654139-
CMYK0.960.6100.45
HSL218.35º91.72%28.43%-
HSV(B)218.35º95.68%54.51%-
XYZ6.054.5424.98-
YUV49.34178.697.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 139 (54.69% from 255) = 69.85%
R=3.02%
G=27.14%
B=69.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6541390.960.6100.45218.3591.7228.43
Hex6368B603D02Dda5c1c
Octal6662131407505533213434
Binary110110110100010111100000111101010110111011010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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