Html Css Color HEX #01053F Midnight Express

📋 copy color: '#01053F'

red 1 ◦ green 5 ◦ blue 63

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

Shades of Midnight Express #01053F

Tints of Midnight Express #01053F

RGB

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

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

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

R = 1.45%
G = 7.25%
B = 91.3%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01053F (or 0x01053F) is known color: Midnight Express. HEX triplet: 01, 05 and 3F. RGB value is (1,5,63). Sum of RGB (Red+Green+Blue) = 1+5+63=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 63 (25% from 255 or 91.30% from 69); Max value from RGB is 63 - color contains mainly: blue. Hex color #01053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01053F is #FEFAC0. Grayscale: #0A0A0A. Windows color (decimal): -16710337 or 4130049. OLE color: 4130049.

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

Color convert

RGB 1 5 63 -
CMYK 0.98 0.92 0 0.75
HSL 236.13º 0.97% 0.13% -
HSV(B) 236.13º 0.98% 0.25% -
XYZ 0.96 0.47 4.74 -
YUV 10.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 1 5 63 0.98 0.92 0 0.75 236.13 0.97 0.13
Hex 1 5 3F 62 5C 0 4B EC 61 D
Octal 1 5 77 142 134 0 113 354 141 15
Binary 1 101 111111 1100010 1011100 0 1001011 11101100 1100001 1101

Color Harmonies of #01053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01053F

Black with #01053F

Text Example


Text Example

White with #01053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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