Html Css Color HEX #091474 Midnight Blue

📋 copy color: '#091474'

red 9 ◦ green 20 ◦ blue 116

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

Shades of Midnight Blue #091474

Tints of Midnight Blue #091474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 80%

R = 6.21%
G = 13.79%
B = 80%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#091474 (or 0x091474) is known color: Midnight Blue. HEX triplet: 09, 14 and 74. RGB value is (9,20,116). Sum of RGB (Red+Green+Blue) = 9+20+116=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #091474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091474 is #F6EB8B. Grayscale: #1B1B1B. Windows color (decimal): -16182156 or 7607305. OLE color: 7607305.

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

Color convert

RGB 9 20 116 -
CMYK 0.92 0.83 0 0.55
HSL 233.83º 0.86% 0.25% -
HSV(B) 233.83º 0.92% 0.45% -
XYZ 3.52 1.82 16.69 -
YUV 27.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 9 20 116 0.92 0.83 0 0.55 233.83 0.86 0.25
Hex 9 14 74 5C 53 0 37 EA 56 19
Octal 11 24 164 134 123 0 67 352 126 31
Binary 1001 10100 1110100 1011100 1010011 0 110111 11101010 1010110 11001

Color Harmonies of #091474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091474

Black with #091474

Text Example


Text Example

White with #091474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091474; }

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

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

background-color css

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

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

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

border-color css

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

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

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