Html Css Color HEX #091975 Midnight Blue

📋 copy color: '#091975'

red 9 ◦ green 25 ◦ blue 117

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

Shades of Midnight Blue #091975

Tints of Midnight Blue #091975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

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

R = 5.96%
G = 16.56%
B = 77.48%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#091975 (or 0x091975) is known color: Midnight Blue. HEX triplet: 09, 19 and 75. RGB value is (9,25,117). Sum of RGB (Red+Green+Blue) = 9+25+117=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #091975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091975 is #F6E68A. Grayscale: #1E1E1E. Windows color (decimal): -16180875 or 7674121. OLE color: 7674121.

HSL color Cylindrical-coordinate representation of color #091975: hue angle of 231.11º 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 #091975 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 25 117 -
CMYK 0.92 0.79 0 0.54
HSL 231.11º 0.86% 0.25% -
HSV(B) 231.11º 0.92% 0.46% -
XYZ 3.67 2.04 17.03 -
YUV 30.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 9 25 117 0.92 0.79 0 0.54 231.11 0.86 0.25
Hex 9 19 75 5C 4F 0 36 E7 56 19
Octal 11 31 165 134 117 0 66 347 126 31
Binary 1001 11001 1110101 1011100 1001111 0 110110 11100111 1010110 11001

Color Harmonies of #091975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091975

Black with #091975

Text Example


Text Example

White with #091975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091975; }

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

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

background-color css

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

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

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

border-color css

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

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

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