#030E87

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

Shades of Dark Blue #030E87

Tints of Dark Blue #030E87

Color information

#030E87 (or 0x030E87) is unknown color: approx Dark Blue. HEX triplet: 03, 0E and 87. RGB value is (3,14,135). Sum of RGB (Red+Green+Blue) = 3+14+135=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 135 (53.12% from 255 or 88.82% from 152); Max value from RGB is 135 - color contains mainly: blue. Hex color #030E87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030E87 is #FCF178. Grayscale: #181818. Windows color (decimal): -16576889 or 8850947. OLE color: 8850947.

HSL color Cylindrical-coordinate representation of color #030E87: hue angle of 235º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030E87 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB314135-
CMYK0.980.9000.47
HSL235º95.65%27.06%-
HSV(B)235º97.78%52.94%-
XYZ4.572.0823.08-
YUV24.51190.36112.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 135 (53.12% from 255) = 88.82%
R=1.97%
G=9.21%
B=88.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3141350.980.9000.4723595.6527.06
Hex3E87625A02Feb601b
Octal31620714213205735314033
Binary1111101000011111000101011010010111111101011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030E87; }

 p { color: rgb(3,14,135); }

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

<style>
 a { background-color: #030E87; }

 a { background-color: rgb(3,14,135); }

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

<style>
 span { border-color: #030E87; }

 span { border-color: rgb(3,14,135); }

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