Html Css Color HEX #01153F Midnight Express

📋 copy color: '#01153F'

red 1 ◦ green 21 ◦ blue 63

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

Shades of Midnight Express #01153F

Tints of Midnight Express #01153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 74.12%

R = 1.18%
G = 24.71%
B = 74.12%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01153F (or 0x01153F) is known color: Midnight Express. HEX triplet: 01, 15 and 3F. RGB value is (1,21,63). Sum of RGB (Red+Green+Blue) = 1+21+63=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 63 (25% from 255 or 74.12% from 85); Max value from RGB is 63 - color contains mainly: blue. Hex color #01153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01153F is #FEEAC0. Grayscale: #131313. Windows color (decimal): -16706241 or 4134145. OLE color: 4134145.

HSL color Cylindrical-coordinate representation of color #01153F: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01153F is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 21 63 -
CMYK 0.98 0.67 0 0.75
HSL 220.65º 0.97% 0.13% -
HSV(B) 220.65º 0.98% 0.25% -
XYZ 1.18 0.9 4.81 -
YUV 19.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 1 21 63 0.98 0.67 0 0.75 220.65 0.97 0.13
Hex 1 15 3F 62 43 0 4B DD 61 D
Octal 1 25 77 142 103 0 113 335 141 15
Binary 1 10101 111111 1100010 1000011 0 1001011 11011101 1100001 1101

Color Harmonies of #01153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01153F

Black with #01153F

Text Example


Text Example

White with #01153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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