Html Css Color HEX #091375 Midnight Blue

📋 copy color: '#091375'

red 9 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #091375

Tints of Midnight Blue #091375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 117 (46.09% from 255) = 80.69%

R = 6.21%
G = 13.1%
B = 80.69%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#091375 (or 0x091375) is known color: Midnight Blue. HEX triplet: 09, 13 and 75. RGB value is (9,19,117). Sum of RGB (Red+Green+Blue) = 9+19+117=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #091375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091375 is #F6EC8A. Grayscale: #1A1A1A. Windows color (decimal): -16182411 or 7672585. OLE color: 7672585.

HSL color Cylindrical-coordinate representation of color #091375: hue angle of 234.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091375 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 19 117 -
CMYK 0.92 0.84 0 0.54
HSL 234.44º 0.86% 0.25% -
HSV(B) 234.44º 0.92% 0.46% -
XYZ 3.56 1.81 16.99 -
YUV 27.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 9 19 117 0.92 0.84 0 0.54 234.44 0.86 0.25
Hex 9 13 75 5C 54 0 36 EA 56 19
Octal 11 23 165 134 124 0 66 352 126 31
Binary 1001 10011 1110101 1011100 1010100 0 110110 11101010 1010110 11001

Color Harmonies of #091375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091375

Black with #091375

Text Example


Text Example

White with #091375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091375; }

 p { color: rgb(9,19,117); }

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

background-color css

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

 a { background-color: rgb(9,19,117); }

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

border-color css

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

 span { border-color: rgb(9,19,117); }

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