Html Css Color HEX #09004A Midnight Blue

📋 copy color: '#09004A'

red 9 ◦ green 0 ◦ blue 74

#09004A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #09004A

Tints of Midnight Blue #09004A

RGB

 RED value IS 9 (3.91% from 255) = 10.84%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 89.16%

R = 10.84%
G = 0%
B = 89.16%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09004A (or 0x09004A) is known color: Midnight Blue. HEX triplet: 09, 00 and 4A. RGB value is (9,0,74). Sum of RGB (Red+Green+Blue) = 9+0+74=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 74 (29.30% from 255 or 89.16% from 83); Max value from RGB is 74 - color contains mainly: blue. Hex color #09004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09004A is #F6FFB5. Grayscale: #0A0A0A. Windows color (decimal): -16187318 or 4849673. OLE color: 4849673.

HSL color Cylindrical-coordinate representation of color #09004A: hue angle of 247.3º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09004A is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 0 74 -
CMYK 0.88 1 0 0.71
HSL 247.3º 1% 0.15% -
HSV(B) 247.3º 1% 0.29% -
XYZ 1.35 0.55 6.51 -
YUV 11.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 9 0 74 0.88 1 0 0.71 247.3 1 0.15
Hex 9 0 4A 58 64 0 47 F7 64 F
Octal 11 0 112 130 144 0 107 367 144 17
Binary 1001 0 1001010 1011000 1100100 0 1000111 11110111 1100100 1111

Color Harmonies of #09004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09004A

Black with #09004A

Text Example


Text Example

White with #09004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09004A; }

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

 H1.HeaderClassName
 {
   color: #09004A;
 }
 .AnyTagClassName
 {
   color: #09004A;
 }
</style>

background-color css

<style>
 a { background-color: #09004A; }

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

 div.DivClassName
 {
   background-color: #09004A;
 }
 .BgClassName
 {
   background-color: #09004A;
 }
</style>

border-color css

<style>
 span { border-color: #09004A; }

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

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