#030F91

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

Shades of Dark Blue #030F91

Tints of Dark Blue #030F91

Color information

#030F91 (or 0x030F91) is unknown color: approx Dark Blue. HEX triplet: 03, 0F and 91. RGB value is (3,15,145). Sum of RGB (Red+Green+Blue) = 3+15+145=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #030F91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F91 is #FCF06E. Grayscale: #191919. Windows color (decimal): -16576623 or 9506563. OLE color: 9506563.

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

Color convert

RGB315145-
CMYK0.980.9000.43
HSL234.93º95.95%29.02%-
HSV(B)234.93º97.93%56.86%-
XYZ5.322.4126.97-
YUV26.23195.02111.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 145 (57.03% from 255) = 88.96%
R=1.84%
G=9.20%
B=88.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3151450.980.9000.43234.9395.9529.02
Hex3F91625A02Beb601d
Octal31722114213205335314035
Binary1111111001000111000101011010010101111101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,145); }

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

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

 a { background-color: rgb(3,15,145); }

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

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

 span { border-color: rgb(3,15,145); }

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