Html Css Color HEX #09144B Midnight Express

📋 copy color: '#09144B'

red 9 ◦ green 20 ◦ blue 75

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

Shades of Midnight Express #09144B

Tints of Midnight Express #09144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 72.12%

R = 8.65%
G = 19.23%
B = 72.12%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09144B (or 0x09144B) is known color: Midnight Express. HEX triplet: 09, 14 and 4B. RGB value is (9,20,75). Sum of RGB (Red+Green+Blue) = 9+20+75=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #09144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09144B is #F6EBB4. Grayscale: #161616. Windows color (decimal): -16182197 or 4920329. OLE color: 4920329.

HSL color Cylindrical-coordinate representation of color #09144B: hue angle of 230º degrees, saturation: 0.79, 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 #09144B is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 20 75 -
CMYK 0.88 0.73 0 0.71
HSL 230º 0.79% 0.16% -
HSV(B) 230º 0.88% 0.29% -
XYZ 1.63 1.07 6.78 -
YUV 22.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 9 20 75 0.88 0.73 0 0.71 230 0.79 0.16
Hex 9 14 4B 58 49 0 47 E6 4F 10
Octal 11 24 113 130 111 0 107 346 117 20
Binary 1001 10100 1001011 1011000 1001001 0 1000111 11100110 1001111 10000

Color Harmonies of #09144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09144B

Black with #09144B

Text Example


Text Example

White with #09144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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