#03158A

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

Shades of Dark Blue #03158A

Tints of Dark Blue #03158A

Color information

#03158A (or 0x03158A) is unknown color: approx Dark Blue. HEX triplet: 03, 15 and 8A. RGB value is (3,21,138). Sum of RGB (Red+Green+Blue) = 3+21+138=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #03158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03158A is #FCEA75. Grayscale: #1C1C1C. Windows color (decimal): -16575094 or 9049347. OLE color: 9049347.

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

Color convert

RGB321138-
CMYK0.980.8500.46
HSL232º95.74%27.65%-
HSV(B)232º97.83%54.12%-
XYZ4.892.3924.25-
YUV28.96189.54109.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 138 (54.30% from 255) = 85.19%
R=1.85%
G=12.96%
B=85.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3211380.980.8500.4623295.7427.65
Hex3158A625502Ee8601c
Octal32521214212505635014034
Binary11101011000101011000101010101010111011101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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