#03158B

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

Shades of Dark Blue #03158B

Tints of Dark Blue #03158B

Color information

#03158B (or 0x03158B) is unknown color: approx Dark Blue. HEX triplet: 03, 15 and 8B. RGB value is (3,21,139). Sum of RGB (Red+Green+Blue) = 3+21+139=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #03158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03158B is #FCEA74. Grayscale: #1C1C1C. Windows color (decimal): -16575093 or 9114883. OLE color: 9114883.

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

Color convert

RGB321139-
CMYK0.980.8500.45
HSL232.06º95.77%27.84%-
HSV(B)232.06º97.84%54.51%-
XYZ4.972.4224.63-
YUV29.07190.04109.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 139 (54.69% from 255) = 85.28%
R=1.84%
G=12.88%
B=85.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3211390.980.8500.45232.0695.7727.84
Hex3158B625502De8601c
Octal32521314212505535014034
Binary11101011000101111000101010101010110111101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,21,139); }

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

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

 a { background-color: rgb(3,21,139); }

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

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

 span { border-color: rgb(3,21,139); }

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