Html Css Color HEX #09089D New Midnight Blue

📋 copy color: '#09089D'

red 9 ◦ green 8 ◦ blue 157

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

Shades of New Midnight Blue #09089D

Tints of New Midnight Blue #09089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

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

R = 5.17%
G = 4.6%
B = 90.23%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09089D (or 0x09089D) is known color: New Midnight Blue. HEX triplet: 09, 08 and 9D. RGB value is (9,8,157). Sum of RGB (Red+Green+Blue) = 9+8+157=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 157 (61.72% from 255 or 90.23% from 174); Max value from RGB is 157 - color contains mainly: blue. Hex color #09089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09089D is #F6F762. Grayscale: #181818. Windows color (decimal): -16185187 or 10291209. OLE color: 10291209.

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

Color convert

RGB 9 8 157 -
CMYK 0.94 0.95 0 0.38
HSL 240.4º 0.9% 0.32% -
HSV(B) 240.4º 0.95% 0.62% -
XYZ 6.29 2.67 32.08 -
YUV 25.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 9 8 157 0.94 0.95 0 0.38 240.4 0.9 0.32
Hex 9 8 9D 5E 5F 0 26 F0 5A 20
Octal 11 10 235 136 137 0 46 360 132 40
Binary 1001 1000 10011101 1011110 1011111 0 100110 11110000 1011010 100000

Color Harmonies of #09089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09089D

Black with #09089D

Text Example


Text Example

White with #09089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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