Html Css Color HEX #09055F Midnight Blue

📋 copy color: '#09055F'

red 9 ◦ green 5 ◦ blue 95

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

Shades of Midnight Blue #09055F

Tints of Midnight Blue #09055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 87.16%

R = 8.26%
G = 4.59%
B = 87.16%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09055F (or 0x09055F) is known color: Midnight Blue. HEX triplet: 09, 05 and 5F. RGB value is (9,5,95). Sum of RGB (Red+Green+Blue) = 9+5+95=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 95 (37.5% from 255 or 87.16% from 109); Max value from RGB is 95 - color contains mainly: blue. Hex color #09055F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09055F is #F6FAA0. Grayscale: #101010. Windows color (decimal): -16186017 or 6227209. OLE color: 6227209.

HSL color Cylindrical-coordinate representation of color #09055F: hue angle of 242.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09055F is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 5 95 -
CMYK 0.91 0.95 0 0.63
HSL 242.67º 0.9% 0.2% -
HSV(B) 242.67º 0.95% 0.37% -
XYZ 2.23 0.99 10.9 -
YUV 16.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 9 5 95 0.91 0.95 0 0.63 242.67 0.9 0.2
Hex 9 5 5F 5B 5F 0 3F F3 5A 14
Octal 11 5 137 133 137 0 77 363 132 24
Binary 1001 101 1011111 1011011 1011111 0 111111 11110011 1011010 10100

Color Harmonies of #09055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09055F

Black with #09055F

Text Example


Text Example

White with #09055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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