Html Css Color HEX #01063E Midnight Express

📋 copy color: '#01063E'

red 1 ◦ green 6 ◦ blue 62

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

Shades of Midnight Express #01063E

Tints of Midnight Express #01063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.7%

 BLUE value IS 62 (24.61% from 255) = 89.86%

R = 1.45%
G = 8.7%
B = 89.86%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01063E (or 0x01063E) is known color: Midnight Express. HEX triplet: 01, 06 and 3E. RGB value is (1,6,62). Sum of RGB (Red+Green+Blue) = 1+6+62=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 62 (24.61% from 255 or 89.86% from 69); Max value from RGB is 62 - color contains mainly: blue. Hex color #01063E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01063E is #FEF9C1. Grayscale: #0A0A0A. Windows color (decimal): -16710082 or 4064769. OLE color: 4064769.

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

Color convert

RGB 1 6 62 -
CMYK 0.98 0.90 0 0.76
HSL 235.08º 0.97% 0.12% -
HSV(B) 235.08º 0.98% 0.24% -
XYZ 0.95 0.48 4.6 -
YUV 10.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 1 6 62 0.98 0.90 0 0.76 235.08 0.97 0.12
Hex 1 6 3E 62 5A 0 4C EB 61 C
Octal 1 6 76 142 132 0 114 353 141 14
Binary 1 110 111110 1100010 1011010 0 1001100 11101011 1100001 1100

Color Harmonies of #01063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01063E

Black with #01063E

Text Example


Text Example

White with #01063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01063E; }

 p { color: rgb(1,6,62); }

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

background-color css

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

 a { background-color: rgb(1,6,62); }

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

border-color css

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

 span { border-color: rgb(1,6,62); }

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