Html Css Color HEX #09059A New Midnight Blue

📋 copy color: '#09059A'

red 9 ◦ green 5 ◦ blue 154

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

Shades of New Midnight Blue #09059A

Tints of New Midnight Blue #09059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 91.67%

R = 5.36%
G = 2.98%
B = 91.67%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09059A (or 0x09059A) is known color: New Midnight Blue. HEX triplet: 09, 05 and 9A. RGB value is (9,5,154). Sum of RGB (Red+Green+Blue) = 9+5+154=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 154 (60.55% from 255 or 91.67% from 168); Max value from RGB is 154 - color contains mainly: blue. Hex color #09059A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09059A is #F6FA65. Grayscale: #161616. Windows color (decimal): -16185958 or 10093833. OLE color: 10093833.

HSL color Cylindrical-coordinate representation of color #09059A: hue angle of 241.61º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09059A is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 5 154 -
CMYK 0.94 0.97 0 0.40
HSL 241.61º 0.94% 0.31% -
HSV(B) 241.61º 0.97% 0.6% -
XYZ 6 2.5 30.74 -
YUV 23.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 9 5 154 0.94 0.97 0 0.40 241.61 0.94 0.31
Hex 9 5 9A 5E 61 0 28 F2 5E 1F
Octal 11 5 232 136 141 0 50 362 136 37
Binary 1001 101 10011010 1011110 1100001 0 101000 11110010 1011110 11111

Color Harmonies of #09059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09059A

Black with #09059A

Text Example


Text Example

White with #09059A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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