Html Css Color HEX #01063F Midnight Express

📋 copy color: '#01063F'

red 1 ◦ green 6 ◦ blue 63

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

Shades of Midnight Express #01063F

Tints of Midnight Express #01063F

RGB

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

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

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

R = 1.43%
G = 8.57%
B = 90%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01063F (or 0x01063F) is known color: Midnight Express. HEX triplet: 01, 06 and 3F. RGB value is (1,6,63). Sum of RGB (Red+Green+Blue) = 1+6+63=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 63 (25% from 255 or 90% from 70); Max value from RGB is 63 - color contains mainly: blue. Hex color #01063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01063F is #FEF9C0. Grayscale: #0A0A0A. Windows color (decimal): -16710081 or 4130305. OLE color: 4130305.

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

Color convert

RGB 1 6 63 -
CMYK 0.98 0.90 0 0.75
HSL 235.16º 0.97% 0.13% -
HSV(B) 235.16º 0.98% 0.25% -
XYZ 0.97 0.5 4.75 -
YUV 11 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 1 6 63 0.98 0.90 0 0.75 235.16 0.97 0.13
Hex 1 6 3F 62 5A 0 4B EB 61 D
Octal 1 6 77 142 132 0 113 353 141 15
Binary 1 110 111111 1100010 1011010 0 1001011 11101011 1100001 1101

Color Harmonies of #01063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01063F

Black with #01063F

Text Example


Text Example

White with #01063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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