Html Css Color HEX #01053A Midnight Express

📋 copy color: '#01053A'

red 1 ◦ green 5 ◦ blue 58

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

Shades of Midnight Express #01053A

Tints of Midnight Express #01053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.81%

 BLUE value IS 58 (23.05% from 255) = 90.63%

R = 1.56%
G = 7.81%
B = 90.63%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01053A (or 0x01053A) is known color: Midnight Express. HEX triplet: 01, 05 and 3A. RGB value is (1,5,58). Sum of RGB (Red+Green+Blue) = 1+5+58=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 58 (23.05% from 255 or 90.62% from 64); Max value from RGB is 58 - color contains mainly: blue. Hex color #01053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01053A is #FEFAC5. Grayscale: #090909. Windows color (decimal): -16710342 or 3802369. OLE color: 3802369.

HSL color Cylindrical-coordinate representation of color #01053A: hue angle of 235.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01053A is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 5 58 -
CMYK 0.98 0.91 0 0.77
HSL 235.79º 0.97% 0.12% -
HSV(B) 235.79º 0.98% 0.23% -
XYZ 0.83 0.42 4.04 -
YUV 9.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 1 5 58 0.98 0.91 0 0.77 235.79 0.97 0.12
Hex 1 5 3A 62 5B 0 4D EC 61 C
Octal 1 5 72 142 133 0 115 354 141 14
Binary 1 101 111010 1100010 1011011 0 1001101 11101100 1100001 1100

Color Harmonies of #01053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01053A

Black with #01053A

Text Example


Text Example

White with #01053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01053A; }

 p { color: rgb(1,5,58); }

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

background-color css

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

 a { background-color: rgb(1,5,58); }

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

border-color css

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

 span { border-color: rgb(1,5,58); }

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