#030D9B

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

Shades of New Midnight Blue #030D9B

Tints of New Midnight Blue #030D9B

Color information

#030D9B (or 0x030D9B) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0D and 9B. RGB value is (3,13,155). Sum of RGB (Red+Green+Blue) = 3+13+155=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #030D9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030D9B is #FCF264. Grayscale: #191919. Windows color (decimal): -16577125 or 10161411. OLE color: 10161411.

HSL color Cylindrical-coordinate representation of color #030D9B: hue angle of 236.05º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D9B is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB313155-
CMYK0.980.9200.39
HSL236.05º96.2%30.98%-
HSV(B)236.05º98.06%60.78%-
XYZ6.12.6731.21-
YUV26.2200.69111.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 155 (60.94% from 255) = 90.64%
R=1.75%
G=7.60%
B=90.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3131550.980.9200.39236.0596.230.98
Hex3D9B625C027ec601f
Octal31523314213404735414037
Binary1111011001101111000101011100010011111101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,13,155); }

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

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

 a { background-color: rgb(3,13,155); }

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

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

 span { border-color: rgb(3,13,155); }

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