Html Css Color HEX #05063F Midnight Express

📋 copy color: '#05063F'

red 5 ◦ green 6 ◦ blue 63

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

Shades of Midnight Express #05063F

Tints of Midnight Express #05063F

RGB

 RED value IS 5 (2.34% from 255) = 6.76%

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

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

R = 6.76%
G = 8.11%
B = 85.14%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05063F (or 0x05063F) is known color: Midnight Express. HEX triplet: 05, 06 and 3F. RGB value is (5,6,63). Sum of RGB (Red+Green+Blue) = 5+6+63=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 63 (25% from 255 or 85.14% from 74); Max value from RGB is 63 - color contains mainly: blue. Hex color #05063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05063F is #FAF9C0. Grayscale: #0B0B0B. Windows color (decimal): -16447937 or 4130309. OLE color: 4130309.

HSL color Cylindrical-coordinate representation of color #05063F: hue angle of 238.97º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05063F is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 6 63 -
CMYK 0.92 0.90 0 0.75
HSL 238.97º 0.85% 0.13% -
HSV(B) 238.97º 0.92% 0.25% -
XYZ 1.02 0.52 4.75 -
YUV 12.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 5 6 63 0.92 0.90 0 0.75 238.97 0.85 0.13
Hex 5 6 3F 5C 5A 0 4B EF 55 D
Octal 5 6 77 134 132 0 113 357 125 15
Binary 101 110 111111 1011100 1011010 0 1001011 11101111 1010101 1101

Color Harmonies of #05063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05063F

Black with #05063F

Text Example


Text Example

White with #05063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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