Html Css Color HEX #09133C Midnight Express

📋 copy color: '#09133C'

red 9 ◦ green 19 ◦ blue 60

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

Shades of Midnight Express #09133C

Tints of Midnight Express #09133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

 BLUE value IS 60 (23.83% from 255) = 68.18%

R = 10.23%
G = 21.59%
B = 68.18%

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

#09133C (or 0x09133C) is known color: Midnight Express. HEX triplet: 09, 13 and 3C. RGB value is (9,19,60). Sum of RGB (Red+Green+Blue) = 9+19+60=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #09133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09133C is #F6ECC3. Grayscale: #141414. Windows color (decimal): -16182468 or 3937033. OLE color: 3937033.

HSL color Cylindrical-coordinate representation of color #09133C: hue angle of 228.24º degrees, saturation: 0.74, 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 #09133C is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 19 60 -
CMYK 0.85 0.68 0 0.76
HSL 228.24º 0.74% 0.14% -
HSV(B) 228.24º 0.85% 0.24% -
XYZ 1.16 0.85 4.38 -
YUV 20.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 9 19 60 0.85 0.68 0 0.76 228.24 0.74 0.14
Hex 9 13 3C 55 44 0 4C E4 4A E
Octal 11 23 74 125 104 0 114 344 112 16
Binary 1001 10011 111100 1010101 1000100 0 1001100 11100100 1001010 1110

Color Harmonies of #09133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09133C

Black with #09133C

Text Example


Text Example

White with #09133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09133C; }

 p { color: rgb(9,19,60); }

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

background-color css

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

 a { background-color: rgb(9,19,60); }

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

border-color css

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

 span { border-color: rgb(9,19,60); }

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