Html Css Color HEX #01133F Midnight Express

📋 copy color: '#01133F'

red 1 ◦ green 19 ◦ blue 63

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

Shades of Midnight Express #01133F

Tints of Midnight Express #01133F

RGB

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

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

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

R = 1.2%
G = 22.89%
B = 75.9%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01133F (or 0x01133F) is known color: Midnight Express. HEX triplet: 01, 13 and 3F. RGB value is (1,19,63). Sum of RGB (Red+Green+Blue) = 1+19+63=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 63 (25% from 255 or 75.90% from 83); Max value from RGB is 63 - color contains mainly: blue. Hex color #01133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01133F is #FEECC0. Grayscale: #121212. Windows color (decimal): -16706753 or 4133633. OLE color: 4133633.

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

Color convert

RGB 1 19 63 -
CMYK 0.98 0.70 0 0.75
HSL 222.58º 0.97% 0.13% -
HSV(B) 222.58º 0.98% 0.25% -
XYZ 1.14 0.83 4.8 -
YUV 18.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 1 19 63 0.98 0.70 0 0.75 222.58 0.97 0.13
Hex 1 13 3F 62 46 0 4B DF 61 D
Octal 1 23 77 142 106 0 113 337 141 15
Binary 1 10011 111111 1100010 1000110 0 1001011 11011111 1100001 1101

Color Harmonies of #01133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01133F

Black with #01133F

Text Example


Text Example

White with #01133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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