Html Css Color HEX #09129F New Midnight Blue

📋 copy color: '#09129F'

red 9 ◦ green 18 ◦ blue 159

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

Shades of New Midnight Blue #09129F

Tints of New Midnight Blue #09129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 85.48%

R = 4.84%
G = 9.68%
B = 85.48%

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

#09129F (or 0x09129F) is known color: New Midnight Blue. HEX triplet: 09, 12 and 9F. RGB value is (9,18,159). Sum of RGB (Red+Green+Blue) = 9+18+159=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 159 (62.5% from 255 or 85.48% from 186); Max value from RGB is 159 - color contains mainly: blue. Hex color #09129F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09129F is #F6ED60. Grayscale: #1E1E1E. Windows color (decimal): -16182625 or 10424841. OLE color: 10424841.

HSL color Cylindrical-coordinate representation of color #09129F: hue angle of 236.4º 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 #09129F is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 18 159 -
CMYK 0.94 0.89 0 0.38
HSL 236.4º 0.89% 0.33% -
HSV(B) 236.4º 0.94% 0.62% -
XYZ 6.59 2.99 33.03 -
YUV 31.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 9 18 159 0.94 0.89 0 0.38 236.4 0.89 0.33
Hex 9 12 9F 5E 59 0 26 EC 59 21
Octal 11 22 237 136 131 0 46 354 131 41
Binary 1001 10010 10011111 1011110 1011001 0 100110 11101100 1011001 100001

Color Harmonies of #09129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09129F

Black with #09129F

Text Example


Text Example

White with #09129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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