Html Css Color HEX #05152F Midnight Express

📋 copy color: '#05152F'

red 5 ◦ green 21 ◦ blue 47

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

Shades of Midnight Express #05152F

Tints of Midnight Express #05152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.77%

 BLUE value IS 47 (18.75% from 255) = 64.38%

R = 6.85%
G = 28.77%
B = 64.38%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#05152F (or 0x05152F) is known color: Midnight Express. HEX triplet: 05, 15 and 2F. RGB value is (5,21,47). Sum of RGB (Red+Green+Blue) = 5+21+47=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #05152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05152F is #FAEAD0. Grayscale: #131313. Windows color (decimal): -16444113 or 3085573. OLE color: 3085573.

HSL color Cylindrical-coordinate representation of color #05152F: hue angle of 217.14º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05152F is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 21 47 -
CMYK 0.89 0.55 0 0.82
HSL 217.14º 0.81% 0.1% -
HSV(B) 217.14º 0.89% 0.18% -
XYZ 0.84 0.77 2.79 -
YUV 19.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 5 21 47 0.89 0.55 0 0.82 217.14 0.81 0.1
Hex 5 15 2F 59 37 0 52 D9 51 A
Octal 5 25 57 131 67 0 122 331 121 12
Binary 101 10101 101111 1011001 110111 0 1010010 11011001 1010001 1010

Color Harmonies of #05152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05152F

Black with #05152F

Text Example


Text Example

White with #05152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,21,47); }

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

background-color css

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

 a { background-color: rgb(5,21,47); }

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

border-color css

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

 span { border-color: rgb(5,21,47); }

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