Html Css Color HEX #01153D Midnight Express

📋 copy color: '#01153D'

red 1 ◦ green 21 ◦ blue 61

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

Shades of Midnight Express #01153D

Tints of Midnight Express #01153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.3%

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

R = 1.2%
G = 25.3%
B = 73.49%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01153D (or 0x01153D) is known color: Midnight Express. HEX triplet: 01, 15 and 3D. RGB value is (1,21,61). Sum of RGB (Red+Green+Blue) = 1+21+61=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 61 (24.22% from 255 or 73.49% from 83); Max value from RGB is 61 - color contains mainly: blue. Hex color #01153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01153D is #FEEAC2. Grayscale: #131313. Windows color (decimal): -16706243 or 4003073. OLE color: 4003073.

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

Color convert

RGB 1 21 61 -
CMYK 0.98 0.66 0 0.76
HSL 220º 0.97% 0.12% -
HSV(B) 220º 0.98% 0.24% -
XYZ 1.12 0.88 4.53 -
YUV 19.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 1 21 61 0.98 0.66 0 0.76 220 0.97 0.12
Hex 1 15 3D 62 42 0 4C DC 61 C
Octal 1 25 75 142 102 0 114 334 141 14
Binary 1 10101 111101 1100010 1000010 0 1001100 11011100 1100001 1100

Color Harmonies of #01153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01153D

Black with #01153D

Text Example


Text Example

White with #01153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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