Html Css Color HEX #09129D New Midnight Blue

📋 copy color: '#09129D'

red 9 ◦ green 18 ◦ blue 157

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

Shades of New Midnight Blue #09129D

Tints of New Midnight Blue #09129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 4.89%
G = 9.78%
B = 85.33%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09129D (or 0x09129D) is known color: New Midnight Blue. HEX triplet: 09, 12 and 9D. RGB value is (9,18,157). Sum of RGB (Red+Green+Blue) = 9+18+157=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 157 (61.72% from 255 or 85.33% from 184); Max value from RGB is 157 - color contains mainly: blue. Hex color #09129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09129D is #F6ED62. Grayscale: #1E1E1E. Windows color (decimal): -16182627 or 10293769. OLE color: 10293769.

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

Color convert

RGB 9 18 157 -
CMYK 0.94 0.89 0 0.38
HSL 236.35º 0.89% 0.33% -
HSV(B) 236.35º 0.94% 0.62% -
XYZ 6.41 2.93 32.12 -
YUV 31.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 9 18 157 0.94 0.89 0 0.38 236.35 0.89 0.33
Hex 9 12 9D 5E 59 0 26 EC 59 21
Octal 11 22 235 136 131 0 46 354 131 41
Binary 1001 10010 10011101 1011110 1011001 0 100110 11101100 1011001 100001

Color Harmonies of #09129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09129D

Black with #09129D

Text Example


Text Example

White with #09129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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