#030F8D

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

Shades of Dark Blue #030F8D

Tints of Dark Blue #030F8D

Color information

#030F8D (or 0x030F8D) is unknown color: approx Dark Blue. HEX triplet: 03, 0F and 8D. RGB value is (3,15,141). Sum of RGB (Red+Green+Blue) = 3+15+141=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #030F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F8D is #FCF072. Grayscale: #191919. Windows color (decimal): -16576627 or 9244419. OLE color: 9244419.

HSL color Cylindrical-coordinate representation of color #030F8D: hue angle of 234.78º 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 #030F8D is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB315141-
CMYK0.980.8900.45
HSL234.78º95.83%28.24%-
HSV(B)234.78º97.87%55.29%-
XYZ5.022.2825.38-
YUV25.78193.02111.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 141 (55.47% from 255) = 88.68%
R=1.89%
G=9.43%
B=88.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3151410.980.8900.45234.7895.8328.24
Hex3F8D625902Deb601c
Octal31721514213105535314034
Binary1111111000110111000101011001010110111101011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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