Html Css Color HEX #09049D New Midnight Blue

📋 copy color: '#09049D'

red 9 ◦ green 4 ◦ blue 157

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

Shades of New Midnight Blue #09049D

Tints of New Midnight Blue #09049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

 BLUE value IS 157 (61.72% from 255) = 92.35%

R = 5.29%
G = 2.35%
B = 92.35%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09049D (or 0x09049D) is known color: New Midnight Blue. HEX triplet: 09, 04 and 9D. RGB value is (9,4,157). Sum of RGB (Red+Green+Blue) = 9+4+157=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #09049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09049D is #F6FB62. Grayscale: #161616. Windows color (decimal): -16186211 or 10290185. OLE color: 10290185.

HSL color Cylindrical-coordinate representation of color #09049D: hue angle of 241.96º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09049D is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 4 157 -
CMYK 0.94 0.97 0 0.38
HSL 241.96º 0.95% 0.32% -
HSV(B) 241.96º 0.97% 0.62% -
XYZ 6.24 2.58 32.07 -
YUV 22.94 203.66 118.06 -
System Red Green Blue C M Y K H S L
Decimal 9 4 157 0.94 0.97 0 0.38 241.96 0.95 0.32
Hex 9 4 9D 5E 61 0 26 F2 5F 20
Octal 11 4 235 136 141 0 46 362 137 40
Binary 1001 100 10011101 1011110 1100001 0 100110 11110010 1011111 100000

Color Harmonies of #09049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09049D

Black with #09049D

Text Example


Text Example

White with #09049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09049D; }

 p { color: rgb(9,4,157); }

 H1.HeaderClassName
 {
   color: #09049D;
 }
 .AnyTagClassName
 {
   color: #09049D;
 }
</style>

background-color css

<style>
 a { background-color: #09049D; }

 a { background-color: rgb(9,4,157); }

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

border-color css

<style>
 span { border-color: #09049D; }

 span { border-color: rgb(9,4,157); }

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