Html Css Color HEX #09059F New Midnight Blue

📋 copy color: '#09059F'

red 9 ◦ green 5 ◦ blue 159

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

Shades of New Midnight Blue #09059F

Tints of New Midnight Blue #09059F

RGB

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

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

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

R = 5.2%
G = 2.89%
B = 91.91%

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

#09059F (or 0x09059F) is known color: New Midnight Blue. HEX triplet: 09, 05 and 9F. RGB value is (9,5,159). Sum of RGB (Red+Green+Blue) = 9+5+159=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 159 (62.5% from 255 or 91.91% from 173); Max value from RGB is 159 - color contains mainly: blue. Hex color #09059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09059F is #F6FA60. Grayscale: #171717. Windows color (decimal): -16185953 or 10421513. OLE color: 10421513.

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

Color convert

RGB 9 5 159 -
CMYK 0.94 0.97 0 0.38
HSL 241.56º 0.94% 0.32% -
HSV(B) 241.56º 0.97% 0.62% -
XYZ 6.42 2.67 32.98 -
YUV 23.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 9 5 159 0.94 0.97 0 0.38 241.56 0.94 0.32
Hex 9 5 9F 5E 61 0 26 F2 5E 20
Octal 11 5 237 136 141 0 46 362 136 40
Binary 1001 101 10011111 1011110 1100001 0 100110 11110010 1011110 100000

Color Harmonies of #09059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09059F

Black with #09059F

Text Example


Text Example

White with #09059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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