Html Css Color HEX #01193E Midnight Express

📋 copy color: '#01193E'

red 1 ◦ green 25 ◦ blue 62

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

Shades of Midnight Express #01193E

Tints of Midnight Express #01193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 70.45%

R = 1.14%
G = 28.41%
B = 70.45%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01193E (or 0x01193E) is known color: Midnight Express. HEX triplet: 01, 19 and 3E. RGB value is (1,25,62). Sum of RGB (Red+Green+Blue) = 1+25+62=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 62 (24.61% from 255 or 70.45% from 88); Max value from RGB is 62 - color contains mainly: blue. Hex color #01193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01193E is #FEE6C1. Grayscale: #151515. Windows color (decimal): -16705218 or 4069633. OLE color: 4069633.

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

Color convert

RGB 1 25 62 -
CMYK 0.98 0.60 0 0.76
HSL 216.39º 0.97% 0.12% -
HSV(B) 216.39º 0.98% 0.24% -
XYZ 1.23 1.05 4.7 -
YUV 22.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 1 25 62 0.98 0.60 0 0.76 216.39 0.97 0.12
Hex 1 19 3E 62 3C 0 4C D8 61 C
Octal 1 31 76 142 74 0 114 330 141 14
Binary 1 11001 111110 1100010 111100 0 1001100 11011000 1100001 1100

Color Harmonies of #01193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01193E

Black with #01193E

Text Example


Text Example

White with #01193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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