Html Css Color HEX #06013F Midnight Express

📋 copy color: '#06013F'

red 6 ◦ green 1 ◦ blue 63

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

Shades of Midnight Express #06013F

Tints of Midnight Express #06013F

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#06013F (or 0x06013F) is known color: Midnight Express. HEX triplet: 06, 01 and 3F. RGB value is (6,1,63). Sum of RGB (Red+Green+Blue) = 6+1+63=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 1 (0.78% from 255 or 1.43% 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 #06013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06013F is #F9FEC0. Grayscale: #090909. Windows color (decimal): -16383681 or 4129030. OLE color: 4129030.

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

Color convert

RGB 6 1 63 -
CMYK 0.90 0.98 0 0.75
HSL 244.84º 0.97% 0.13% -
HSV(B) 244.84º 0.98% 0.25% -
XYZ 0.98 0.42 4.73 -
YUV 9.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 6 1 63 0.90 0.98 0 0.75 244.84 0.97 0.13
Hex 6 1 3F 5A 62 0 4B F5 61 D
Octal 6 1 77 132 142 0 113 365 141 15
Binary 110 1 111111 1011010 1100010 0 1001011 11110101 1100001 1101

Color Harmonies of #06013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06013F

Black with #06013F

Text Example


Text Example

White with #06013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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