Html Css Color HEX #09059D New Midnight Blue

📋 copy color: '#09059D'

red 9 ◦ green 5 ◦ blue 157

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

Shades of New Midnight Blue #09059D

Tints of New Midnight Blue #09059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 5.26%
G = 2.92%
B = 91.81%

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

#09059D (or 0x09059D) is known color: New Midnight Blue. HEX triplet: 09, 05 and 9D. RGB value is (9,5,157). Sum of RGB (Red+Green+Blue) = 9+5+157=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 157 (61.72% from 255 or 91.81% from 171); Max value from RGB is 157 - color contains mainly: blue. Hex color #09059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09059D is #F6FA62. Grayscale: #161616. Windows color (decimal): -16185955 or 10290441. OLE color: 10290441.

HSL color Cylindrical-coordinate representation of color #09059D: hue angle of 241.58º degrees, saturation: 0.94, 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 #09059D is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 5 157 -
CMYK 0.94 0.97 0 0.38
HSL 241.58º 0.94% 0.32% -
HSV(B) 241.58º 0.97% 0.62% -
XYZ 6.25 2.6 32.07 -
YUV 23.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 9 5 157 0.94 0.97 0 0.38 241.58 0.94 0.32
Hex 9 5 9D 5E 61 0 26 F2 5E 20
Octal 11 5 235 136 141 0 46 362 136 40
Binary 1001 101 10011101 1011110 1100001 0 100110 11110010 1011110 100000

Color Harmonies of #09059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09059D

Black with #09059D

Text Example


Text Example

White with #09059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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