#030D9A

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

Shades of New Midnight Blue #030D9A

Tints of New Midnight Blue #030D9A

Color information

#030D9A (or 0x030D9A) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0D and 9A. RGB value is (3,13,154). Sum of RGB (Red+Green+Blue) = 3+13+154=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 154 (60.55% from 255 or 90.59% from 170); Max value from RGB is 154 - color contains mainly: blue. Hex color #030D9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030D9A is #FCF265. Grayscale: #191919. Windows color (decimal): -16577126 or 10095875. OLE color: 10095875.

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

Color convert

RGB313154-
CMYK0.980.9200.40
HSL236.03º96.18%30.78%-
HSV(B)236.03º98.05%60.39%-
XYZ6.012.6430.76-
YUV26.08200.19111.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 154 (60.55% from 255) = 90.59%
R=1.76%
G=7.65%
B=90.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3131540.980.9200.40236.0396.1830.78
Hex3D9A625C028ec601f
Octal31523214213405035414037
Binary1111011001101011000101011100010100011101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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