Html Css Color HEX #09143F Midnight Express

📋 copy color: '#09143F'

red 9 ◦ green 20 ◦ blue 63

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

Shades of Midnight Express #09143F

Tints of Midnight Express #09143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 68.48%

R = 9.78%
G = 21.74%
B = 68.48%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09143F (or 0x09143F) is known color: Midnight Express. HEX triplet: 09, 14 and 3F. RGB value is (9,20,63). Sum of RGB (Red+Green+Blue) = 9+20+63=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #09143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09143F is #F6EBC0. Grayscale: #151515. Windows color (decimal): -16182209 or 4133897. OLE color: 4133897.

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

Color convert

RGB 9 20 63 -
CMYK 0.86 0.68 0 0.75
HSL 227.78º 0.75% 0.14% -
HSV(B) 227.78º 0.86% 0.25% -
XYZ 1.26 0.92 4.81 -
YUV 21.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 9 20 63 0.86 0.68 0 0.75 227.78 0.75 0.14
Hex 9 14 3F 56 44 0 4B E4 4B E
Octal 11 24 77 126 104 0 113 344 113 16
Binary 1001 10100 111111 1010110 1000100 0 1001011 11100100 1001011 1110

Color Harmonies of #09143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09143F

Black with #09143F

Text Example


Text Example

White with #09143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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