Html Css Color HEX #05187C Midnight Blue

📋 copy color: '#05187C'

red 5 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #05187C

Tints of Midnight Blue #05187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

 BLUE value IS 124 (48.83% from 255) = 81.05%

R = 3.27%
G = 15.69%
B = 81.05%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05187C (or 0x05187C) is known color: Midnight Blue. HEX triplet: 05, 18 and 7C. RGB value is (5,24,124). Sum of RGB (Red+Green+Blue) = 5+24+124=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #05187C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05187C is #FAE783. Grayscale: #1D1D1D. Windows color (decimal): -16443268 or 8132613. OLE color: 8132613.

HSL color Cylindrical-coordinate representation of color #05187C: hue angle of 230.42º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05187C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 24 124 -
CMYK 0.96 0.81 0 0.51
HSL 230.42º 0.92% 0.25% -
HSV(B) 230.42º 0.96% 0.49% -
XYZ 4.03 2.14 19.27 -
YUV 29.72 181.21 110.37 -
System Red Green Blue C M Y K H S L
Decimal 5 24 124 0.96 0.81 0 0.51 230.42 0.92 0.25
Hex 5 18 7C 60 51 0 33 E6 5C 19
Octal 5 30 174 140 121 0 63 346 134 31
Binary 101 11000 1111100 1100000 1010001 0 110011 11100110 1011100 11001

Color Harmonies of #05187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05187C

Black with #05187C

Text Example


Text Example

White with #05187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,24,124); }

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

background-color css

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

 a { background-color: rgb(5,24,124); }

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

border-color css

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

 span { border-color: rgb(5,24,124); }

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