Html Css Color HEX #05132C Midnight Express

📋 copy color: '#05132C'

red 5 ◦ green 19 ◦ blue 44

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

Shades of Midnight Express #05132C

Tints of Midnight Express #05132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

 BLUE value IS 44 (17.58% from 255) = 64.71%

R = 7.35%
G = 27.94%
B = 64.71%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#05132C (or 0x05132C) is known color: Midnight Express. HEX triplet: 05, 13 and 2C. RGB value is (5,19,44). Sum of RGB (Red+Green+Blue) = 5+19+44=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 44 (17.58% from 255 or 64.71% from 68); Max value from RGB is 44 - color contains mainly: blue. Hex color #05132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05132C is #FAECD3. Grayscale: #111111. Windows color (decimal): -16444628 or 2888453. OLE color: 2888453.

HSL color Cylindrical-coordinate representation of color #05132C: hue angle of 218.46º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05132C is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 19 44 -
CMYK 0.89 0.57 0 0.83
HSL 218.46º 0.8% 0.1% -
HSV(B) 218.46º 0.89% 0.17% -
XYZ 0.75 0.68 2.47 -
YUV 17.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 5 19 44 0.89 0.57 0 0.83 218.46 0.8 0.1
Hex 5 13 2C 59 39 0 53 DA 50 A
Octal 5 23 54 131 71 0 123 332 120 12
Binary 101 10011 101100 1011001 111001 0 1010011 11011010 1010000 1010

Color Harmonies of #05132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05132C

Black with #05132C

Text Example


Text Example

White with #05132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05132C; }

 p { color: rgb(5,19,44); }

 H1.HeaderClassName
 {
   color: #05132C;
 }
 .AnyTagClassName
 {
   color: #05132C;
 }
</style>

background-color css

<style>
 a { background-color: #05132C; }

 a { background-color: rgb(5,19,44); }

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

border-color css

<style>
 span { border-color: #05132C; }

 span { border-color: rgb(5,19,44); }

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