#030B9A

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

Shades of New Midnight Blue #030B9A

Tints of New Midnight Blue #030B9A

Color information

#030B9A (or 0x030B9A) is unknown color: approx New Midnight Blue. HEX triplet: 03, 0B and 9A. RGB value is (3,11,154). Sum of RGB (Red+Green+Blue) = 3+11+154=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 154 (60.55% from 255 or 91.67% from 168); Max value from RGB is 154 - color contains mainly: blue. Hex color #030B9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030B9A is #FCF465. Grayscale: #181818. Windows color (decimal): -16577638 or 10095363. OLE color: 10095363.

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

Color convert

RGB311154-
CMYK0.980.9300.40
HSL236.82º96.18%30.78%-
HSV(B)236.82º98.05%60.39%-
XYZ5.992.5930.76-
YUV24.91200.85112.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 11 (4.69% from 255) = 6.55%
BLUE value IS 154 (60.55% from 255) = 91.67%
R=1.79%
G=6.55%
B=91.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3111540.980.9300.40236.8296.1830.78
Hex3B9A625D028ed601f
Octal31323214213505035514037
Binary1110111001101011000101011101010100011101101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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