#0900A4

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

Shades of New Midnight Blue #0900A4

Tints of New Midnight Blue #0900A4

Color information

#0900A4 (or 0x0900A4) is unknown color: approx New Midnight Blue. HEX triplet: 09, 00 and A4. RGB value is (9,0,164). Sum of RGB (Red+Green+Blue) = 9+0+164=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 164 (64.45% from 255 or 94.80% from 173); Max value from RGB is 164 - color contains mainly: blue. Hex color #0900A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0900A4 is #F6FF5B. Grayscale: #141414. Windows color (decimal): -16187228 or 10747913. OLE color: 10747913.

HSL color Cylindrical-coordinate representation of color #0900A4: hue angle of 243.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900A4 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB90164-
CMYK0.95100.36
HSL243.29º100%32.16%-
HSV(B)243.29º100%64.31%-
XYZ6.812.7435.29-
YUV21.39208.48119.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 164 (64.45% from 255) = 94.80%
R=5.20%
G=0%
B=94.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901640.95100.36243.2910032.16
Hex90A45F64024f36420
Octal11024413714404436314440
Binary1001010100100101111111001000100100111100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0900A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0900A4; }

 p { color: rgb(9,0,164); }

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

<style>
 a { background-color: #0900A4; }

 a { background-color: rgb(9,0,164); }

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

<style>
 span { border-color: #0900A4; }

 span { border-color: rgb(9,0,164); }

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