Html Css Color HEX #09126F Midnight Blue

📋 copy color: '#09126F'

red 9 ◦ green 18 ◦ blue 111

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

Shades of Midnight Blue #09126F

Tints of Midnight Blue #09126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 80.43%

R = 6.52%
G = 13.04%
B = 80.43%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09126F (or 0x09126F) is known color: Midnight Blue. HEX triplet: 09, 12 and 6F. RGB value is (9,18,111). Sum of RGB (Red+Green+Blue) = 9+18+111=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #09126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09126F is #F6ED90. Grayscale: #191919. Windows color (decimal): -16182673 or 7279113. OLE color: 7279113.

HSL color Cylindrical-coordinate representation of color #09126F: hue angle of 234.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09126F is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 18 111 -
CMYK 0.92 0.84 0 0.56
HSL 234.71º 0.85% 0.24% -
HSV(B) 234.71º 0.92% 0.44% -
XYZ 3.2 1.64 15.19 -
YUV 25.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 9 18 111 0.92 0.84 0 0.56 234.71 0.85 0.24
Hex 9 12 6F 5C 54 0 38 EB 55 18
Octal 11 22 157 134 124 0 70 353 125 30
Binary 1001 10010 1101111 1011100 1010100 0 111000 11101011 1010101 11000

Color Harmonies of #09126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09126F

Black with #09126F

Text Example


Text Example

White with #09126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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