Html Css Color HEX #01193C Midnight Express

📋 copy color: '#01193C'

red 1 ◦ green 25 ◦ blue 60

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

Shades of Midnight Express #01193C

Tints of Midnight Express #01193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.07%

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

R = 1.16%
G = 29.07%
B = 69.77%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01193C (or 0x01193C) is known color: Midnight Express. HEX triplet: 01, 19 and 3C. RGB value is (1,25,60). Sum of RGB (Red+Green+Blue) = 1+25+60=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #01193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01193C is #FEE6C3. Grayscale: #151515. Windows color (decimal): -16705220 or 3938561. OLE color: 3938561.

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

Color convert

RGB 1 25 60 -
CMYK 0.98 0.58 0 0.76
HSL 215.59º 0.97% 0.12% -
HSV(B) 215.59º 0.98% 0.24% -
XYZ 1.18 1.03 4.41 -
YUV 21.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 1 25 60 0.98 0.58 0 0.76 215.59 0.97 0.12
Hex 1 19 3C 62 3A 0 4C D8 61 C
Octal 1 31 74 142 72 0 114 330 141 14
Binary 1 11001 111100 1100010 111010 0 1001100 11011000 1100001 1100

Color Harmonies of #01193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01193C

Black with #01193C

Text Example


Text Example

White with #01193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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