Html Css Color HEX #01113C Midnight Express

📋 copy color: '#01113C'

red 1 ◦ green 17 ◦ blue 60

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

Shades of Midnight Express #01113C

Tints of Midnight Express #01113C

RGB

 RED value IS 1 (0.78% from 255) = 1.28%

 GREEN value IS 17 (7.03% from 255) = 21.79%

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

R = 1.28%
G = 21.79%
B = 76.92%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01113C (or 0x01113C) is known color: Midnight Express. HEX triplet: 01, 11 and 3C. RGB value is (1,17,60). Sum of RGB (Red+Green+Blue) = 1+17+60=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 60 (23.83% from 255 or 76.92% from 78); Max value from RGB is 60 - color contains mainly: blue. Hex color #01113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01113C is #FEEEC3. Grayscale: #101010. Windows color (decimal): -16707268 or 3936513. OLE color: 3936513.

HSL color Cylindrical-coordinate representation of color #01113C: hue angle of 223.73º 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 #01113C is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 17 60 -
CMYK 0.98 0.72 0 0.76
HSL 223.73º 0.97% 0.12% -
HSV(B) 223.73º 0.98% 0.24% -
XYZ 1.03 0.73 4.36 -
YUV 17.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 1 17 60 0.98 0.72 0 0.76 223.73 0.97 0.12
Hex 1 11 3C 62 48 0 4C E0 61 C
Octal 1 21 74 142 110 0 114 340 141 14
Binary 1 10001 111100 1100010 1001000 0 1001100 11100000 1100001 1100

Color Harmonies of #01113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01113C

Black with #01113C

Text Example


Text Example

White with #01113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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