#003B8B

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

Shades of Smalt #003B8B

Tints of Smalt #003B8B

Color information

#003B8B (or 0x003B8B) is unknown color: approx Smalt. HEX triplet: 00, 3B and 8B. RGB value is (0,59,139). Sum of RGB (Red+Green+Blue) = 0+59+139=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #003B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B8B is #FFC474. Grayscale: #323232. Windows color (decimal): -16761973 or 9124608. OLE color: 9124608.

HSL color Cylindrical-coordinate representation of color #003B8B: hue angle of 214.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B8B is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB059139-
CMYK10.5800.45
HSL214.53º100%27.25%-
HSV(B)214.53º100%54.51%-
XYZ6.224.9925.06-
YUV50.48177.9592-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=0%
G=29.80%
B=70.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal05913910.5800.45214.5310027.25
Hex03B8B643A02Dd7641b
Octal0732131447205532714433
Binary0111011100010111100100111010010110111010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003B8B; }

 p { color: rgb(0,59,139); }

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

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

 a { background-color: rgb(0,59,139); }

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

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

 span { border-color: rgb(0,59,139); }

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