Html Css Color HEX #09164A Midnight Express

📋 copy color: '#09164A'

red 9 ◦ green 22 ◦ blue 74

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

Shades of Midnight Express #09164A

Tints of Midnight Express #09164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.95%

 BLUE value IS 74 (29.3% from 255) = 70.48%

R = 8.57%
G = 20.95%
B = 70.48%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09164A (or 0x09164A) is known color: Midnight Express. HEX triplet: 09, 16 and 4A. RGB value is (9,22,74). Sum of RGB (Red+Green+Blue) = 9+22+74=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #09164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09164A is #F6E9B5. Grayscale: #171717. Windows color (decimal): -16181686 or 4855305. OLE color: 4855305.

HSL color Cylindrical-coordinate representation of color #09164A: hue angle of 228º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09164A is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 22 74 -
CMYK 0.88 0.70 0 0.71
HSL 228º 0.78% 0.16% -
HSV(B) 228º 0.88% 0.29% -
XYZ 1.64 1.13 6.61 -
YUV 24.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 9 22 74 0.88 0.70 0 0.71 228 0.78 0.16
Hex 9 16 4A 58 46 0 47 E4 4E 10
Octal 11 26 112 130 106 0 107 344 116 20
Binary 1001 10110 1001010 1011000 1000110 0 1000111 11100100 1001110 10000

Color Harmonies of #09164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09164A

Black with #09164A

Text Example


Text Example

White with #09164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09164A; }

 p { color: rgb(9,22,74); }

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

background-color css

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

 a { background-color: rgb(9,22,74); }

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

border-color css

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

 span { border-color: rgb(9,22,74); }

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