Html Css Color HEX #01133D Midnight Express

📋 copy color: '#01133D'

red 1 ◦ green 19 ◦ blue 61

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

Shades of Midnight Express #01133D

Tints of Midnight Express #01133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

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

R = 1.23%
G = 23.46%
B = 75.31%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01133D (or 0x01133D) is known color: Midnight Express. HEX triplet: 01, 13 and 3D. RGB value is (1,19,61). Sum of RGB (Red+Green+Blue) = 1+19+61=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 61 (24.22% from 255 or 75.31% from 81); Max value from RGB is 61 - color contains mainly: blue. Hex color #01133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01133D is #FEECC2. Grayscale: #121212. Windows color (decimal): -16706755 or 4002561. OLE color: 4002561.

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

Color convert

RGB 1 19 61 -
CMYK 0.98 0.69 0 0.76
HSL 222º 0.97% 0.12% -
HSV(B) 222º 0.98% 0.24% -
XYZ 1.09 0.81 4.51 -
YUV 18.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 1 19 61 0.98 0.69 0 0.76 222 0.97 0.12
Hex 1 13 3D 62 45 0 4C DE 61 C
Octal 1 23 75 142 105 0 114 336 141 14
Binary 1 10011 111101 1100010 1000101 0 1001100 11011110 1100001 1100

Color Harmonies of #01133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01133D

Black with #01133D

Text Example


Text Example

White with #01133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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