Html Css Color HEX #01183D Midnight Express

📋 copy color: '#01183D'

red 1 ◦ green 24 ◦ blue 61

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

Shades of Midnight Express #01183D

Tints of Midnight Express #01183D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

 BLUE value IS 61 (24.22% from 255) = 70.93%

R = 1.16%
G = 27.91%
B = 70.93%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01183D (or 0x01183D) is known color: Midnight Express. HEX triplet: 01, 18 and 3D. RGB value is (1,24,61). Sum of RGB (Red+Green+Blue) = 1+24+61=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #01183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01183D is #FEE7C2. Grayscale: #151515. Windows color (decimal): -16705475 or 4003841. OLE color: 4003841.

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

Color convert

RGB 1 24 61 -
CMYK 0.98 0.61 0 0.76
HSL 217º 0.97% 0.12% -
HSV(B) 217º 0.98% 0.24% -
XYZ 1.18 1 4.54 -
YUV 21.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 1 24 61 0.98 0.61 0 0.76 217 0.97 0.12
Hex 1 18 3D 62 3D 0 4C D9 61 C
Octal 1 30 75 142 75 0 114 331 141 14
Binary 1 11000 111101 1100010 111101 0 1001100 11011001 1100001 1100

Color Harmonies of #01183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01183D

Black with #01183D

Text Example


Text Example

White with #01183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01183D; }

 p { color: rgb(1,24,61); }

 H1.HeaderClassName
 {
   color: #01183D;
 }
 .AnyTagClassName
 {
   color: #01183D;
 }
</style>

background-color css

<style>
 a { background-color: #01183D; }

 a { background-color: rgb(1,24,61); }

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

border-color css

<style>
 span { border-color: #01183D; }

 span { border-color: rgb(1,24,61); }

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