Html Css Color HEX #09143E Midnight Express

📋 copy color: '#09143E'

red 9 ◦ green 20 ◦ blue 62

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

Shades of Midnight Express #09143E

Tints of Midnight Express #09143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 68.13%

R = 9.89%
G = 21.98%
B = 68.13%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09143E (or 0x09143E) is known color: Midnight Express. HEX triplet: 09, 14 and 3E. RGB value is (9,20,62). Sum of RGB (Red+Green+Blue) = 9+20+62=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 62 (24.61% from 255 or 68.13% from 91); Max value from RGB is 62 - color contains mainly: blue. Hex color #09143E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09143E is #F6EBC1. Grayscale: #151515. Windows color (decimal): -16182210 or 4068361. OLE color: 4068361.

HSL color Cylindrical-coordinate representation of color #09143E: hue angle of 227.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09143E is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 20 62 -
CMYK 0.85 0.68 0 0.76
HSL 227.55º 0.75% 0.14% -
HSV(B) 227.55º 0.85% 0.24% -
XYZ 1.23 0.91 4.67 -
YUV 21.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 9 20 62 0.85 0.68 0 0.76 227.55 0.75 0.14
Hex 9 14 3E 55 44 0 4C E4 4B E
Octal 11 24 76 125 104 0 114 344 113 16
Binary 1001 10100 111110 1010101 1000100 0 1001100 11100100 1001011 1110

Color Harmonies of #09143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09143E

Black with #09143E

Text Example


Text Example

White with #09143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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