Html Css Color HEX #09146D Midnight Blue

📋 copy color: '#09146D'

red 9 ◦ green 20 ◦ blue 109

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

Shades of Midnight Blue #09146D

Tints of Midnight Blue #09146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

 BLUE value IS 109 (42.97% from 255) = 78.99%

R = 6.52%
G = 14.49%
B = 78.99%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09146D (or 0x09146D) is known color: Midnight Blue. HEX triplet: 09, 14 and 6D. RGB value is (9,20,109). Sum of RGB (Red+Green+Blue) = 9+20+109=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #09146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09146D is #F6EB92. Grayscale: #1A1A1A. Windows color (decimal): -16182163 or 7148553. OLE color: 7148553.

HSL color Cylindrical-coordinate representation of color #09146D: hue angle of 233.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09146D is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 20 109 -
CMYK 0.92 0.82 0 0.57
HSL 233.4º 0.85% 0.23% -
HSV(B) 233.4º 0.92% 0.43% -
XYZ 3.12 1.66 14.62 -
YUV 26.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 9 20 109 0.92 0.82 0 0.57 233.4 0.85 0.23
Hex 9 14 6D 5C 52 0 39 E9 55 17
Octal 11 24 155 134 122 0 71 351 125 27
Binary 1001 10100 1101101 1011100 1010010 0 111001 11101001 1010101 10111

Color Harmonies of #09146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09146D

Black with #09146D

Text Example


Text Example

White with #09146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09146D; }

 p { color: rgb(9,20,109); }

 H1.HeaderClassName
 {
   color: #09146D;
 }
 .AnyTagClassName
 {
   color: #09146D;
 }
</style>

background-color css

<style>
 a { background-color: #09146D; }

 a { background-color: rgb(9,20,109); }

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

border-color css

<style>
 span { border-color: #09146D; }

 span { border-color: rgb(9,20,109); }

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