Html Css Color HEX #09125F Midnight Blue

📋 copy color: '#09125F'

red 9 ◦ green 18 ◦ blue 95

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

Shades of Midnight Blue #09125F

Tints of Midnight Blue #09125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

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

R = 7.38%
G = 14.75%
B = 77.87%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09125F (or 0x09125F) is known color: Midnight Blue. HEX triplet: 09, 12 and 5F. RGB value is (9,18,95). Sum of RGB (Red+Green+Blue) = 9+18+95=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #09125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09125F is #F6EDA0. Grayscale: #171717. Windows color (decimal): -16182689 or 6230537. OLE color: 6230537.

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

Color convert

RGB 9 18 95 -
CMYK 0.91 0.81 0 0.63
HSL 233.72º 0.83% 0.2% -
HSV(B) 233.72º 0.91% 0.37% -
XYZ 2.39 1.32 10.95 -
YUV 24.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 9 18 95 0.91 0.81 0 0.63 233.72 0.83 0.2
Hex 9 12 5F 5B 51 0 3F EA 53 14
Octal 11 22 137 133 121 0 77 352 123 24
Binary 1001 10010 1011111 1011011 1010001 0 111111 11101010 1010011 10100

Color Harmonies of #09125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09125F

Black with #09125F

Text Example


Text Example

White with #09125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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