Html Css Color HEX #01163D Midnight Express

📋 copy color: '#01163D'

red 1 ◦ green 22 ◦ blue 61

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

Shades of Midnight Express #01163D

Tints of Midnight Express #01163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.19%

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

R = 1.19%
G = 26.19%
B = 72.62%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01163D (or 0x01163D) is known color: Midnight Express. HEX triplet: 01, 16 and 3D. RGB value is (1,22,61). Sum of RGB (Red+Green+Blue) = 1+22+61=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #01163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01163D is #FEE9C2. Grayscale: #131313. Windows color (decimal): -16705987 or 4003329. OLE color: 4003329.

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

Color convert

RGB 1 22 61 -
CMYK 0.98 0.64 0 0.76
HSL 219º 0.97% 0.12% -
HSV(B) 219º 0.98% 0.24% -
XYZ 1.14 0.92 4.53 -
YUV 20.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 1 22 61 0.98 0.64 0 0.76 219 0.97 0.12
Hex 1 16 3D 62 40 0 4C DB 61 C
Octal 1 26 75 142 100 0 114 333 141 14
Binary 1 10110 111101 1100010 1000000 0 1001100 11011011 1100001 1100

Color Harmonies of #01163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01163D

Black with #01163D

Text Example


Text Example

White with #01163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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