Html Css Color HEX #051C3F Midnight Express

📋 copy color: '#051C3F'

red 5 ◦ green 28 ◦ blue 63

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

Shades of Midnight Express #051C3F

Tints of Midnight Express #051C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.17%

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

R = 5.21%
G = 29.17%
B = 65.63%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#051C3F (or 0x051C3F) is known color: Midnight Express. HEX triplet: 05, 1C and 3F. RGB value is (5,28,63). Sum of RGB (Red+Green+Blue) = 5+28+63=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #051C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C3F is #FAE3C0. Grayscale: #181818. Windows color (decimal): -16442305 or 4135941. OLE color: 4135941.

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

Color convert

RGB 5 28 63 -
CMYK 0.92 0.56 0 0.75
HSL 216.21º 0.85% 0.13% -
HSV(B) 216.21º 0.92% 0.25% -
XYZ 1.38 1.22 4.87 -
YUV 25.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 5 28 63 0.92 0.56 0 0.75 216.21 0.85 0.13
Hex 5 1C 3F 5C 38 0 4B D8 55 D
Octal 5 34 77 134 70 0 113 330 125 15
Binary 101 11100 111111 1011100 111000 0 1001011 11011000 1010101 1101

Color Harmonies of #051C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C3F

Black with #051C3F

Text Example


Text Example

White with #051C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051C3F; }

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

 H1.HeaderClassName
 {
   color: #051C3F;
 }
 .AnyTagClassName
 {
   color: #051C3F;
 }
</style>

background-color css

<style>
 a { background-color: #051C3F; }

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

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

border-color css

<style>
 span { border-color: #051C3F; }

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

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