Html Css Color HEX #09126B Midnight Blue

📋 copy color: '#09126B'

red 9 ◦ green 18 ◦ blue 107

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

Shades of Midnight Blue #09126B

Tints of Midnight Blue #09126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 79.85%

R = 6.72%
G = 13.43%
B = 79.85%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09126B (or 0x09126B) is known color: Midnight Blue. HEX triplet: 09, 12 and 6B. RGB value is (9,18,107). Sum of RGB (Red+Green+Blue) = 9+18+107=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 107 (42.19% from 255 or 79.85% from 134); Max value from RGB is 107 - color contains mainly: blue. Hex color #09126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09126B is #F6ED94. Grayscale: #191919. Windows color (decimal): -16182677 or 7016969. OLE color: 7016969.

HSL color Cylindrical-coordinate representation of color #09126B: hue angle of 234.49º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09126B is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 18 107 -
CMYK 0.92 0.83 0 0.58
HSL 234.49º 0.84% 0.23% -
HSV(B) 234.49º 0.92% 0.42% -
XYZ 2.98 1.55 14.05 -
YUV 25.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 9 18 107 0.92 0.83 0 0.58 234.49 0.84 0.23
Hex 9 12 6B 5C 53 0 3A EA 54 17
Octal 11 22 153 134 123 0 72 352 124 27
Binary 1001 10010 1101011 1011100 1010011 0 111010 11101010 1010100 10111

Color Harmonies of #09126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09126B

Black with #09126B

Text Example


Text Example

White with #09126B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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