Html Css Color HEX #09013C Midnight Express

📋 copy color: '#09013C'

red 9 ◦ green 1 ◦ blue 60

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

Shades of Midnight Express #09013C

Tints of Midnight Express #09013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.43%

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

R = 12.86%
G = 1.43%
B = 85.71%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09013C (or 0x09013C) is known color: Midnight Express. HEX triplet: 09, 01 and 3C. RGB value is (9,1,60). Sum of RGB (Red+Green+Blue) = 9+1+60=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 60 (23.83% from 255 or 85.71% from 70); Max value from RGB is 60 - color contains mainly: blue. Hex color #09013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09013C is #F6FEC3. Grayscale: #090909. Windows color (decimal): -16187076 or 3932425. OLE color: 3932425.

HSL color Cylindrical-coordinate representation of color #09013C: hue angle of 248.14º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09013C is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 1 60 -
CMYK 0.85 0.98 0 0.76
HSL 248.14º 0.97% 0.12% -
HSV(B) 248.14º 0.98% 0.24% -
XYZ 0.94 0.41 4.3 -
YUV 10.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 9 1 60 0.85 0.98 0 0.76 248.14 0.97 0.12
Hex 9 1 3C 55 62 0 4C F8 61 C
Octal 11 1 74 125 142 0 114 370 141 14
Binary 1001 1 111100 1010101 1100010 0 1001100 11111000 1100001 1100

Color Harmonies of #09013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09013C

Black with #09013C

Text Example


Text Example

White with #09013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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