Html Css Color HEX #011330 Midnight Express

📋 copy color: '#011330'

red 1 ◦ green 19 ◦ blue 48

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

Shades of Midnight Express #011330

Tints of Midnight Express #011330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 70.59%

R = 1.47%
G = 27.94%
B = 70.59%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011330 (or 0x011330) is known color: Midnight Express. HEX triplet: 01, 13 and 30. RGB value is (1,19,48). Sum of RGB (Red+Green+Blue) = 1+19+48=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #011330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011330 is #FEECCF. Grayscale: #101010. Windows color (decimal): -16706768 or 3150593. OLE color: 3150593.

HSL color Cylindrical-coordinate representation of color #011330: hue angle of 217.02º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011330 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 19 48 -
CMYK 0.98 0.60 0 0.81
HSL 217.02º 0.96% 0.1% -
HSV(B) 217.02º 0.98% 0.19% -
XYZ 0.78 0.69 2.89 -
YUV 16.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 1 19 48 0.98 0.60 0 0.81 217.02 0.96 0.1
Hex 1 13 30 62 3C 0 51 D9 60 A
Octal 1 23 60 142 74 0 121 331 140 12
Binary 1 10011 110000 1100010 111100 0 1010001 11011001 1100000 1010

Color Harmonies of #011330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011330

Black with #011330

Text Example


Text Example

White with #011330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011330; }

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

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

background-color css

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

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

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

border-color css

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

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

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