Html Css Color HEX #05177C Midnight Blue

📋 copy color: '#05177C'

red 5 ◦ green 23 ◦ blue 124

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

Shades of Midnight Blue #05177C

Tints of Midnight Blue #05177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 3.29%
G = 15.13%
B = 81.58%

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

#05177C (or 0x05177C) is known color: Midnight Blue. HEX triplet: 05, 17 and 7C. RGB value is (5,23,124). Sum of RGB (Red+Green+Blue) = 5+23+124=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #05177C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05177C is #FAE883. Grayscale: #1C1C1C. Windows color (decimal): -16443524 or 8132357. OLE color: 8132357.

HSL color Cylindrical-coordinate representation of color #05177C: hue angle of 230.92º 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 #05177C is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 23 124 -
CMYK 0.96 0.81 0 0.51
HSL 230.92º 0.92% 0.25% -
HSV(B) 230.92º 0.96% 0.49% -
XYZ 4.01 2.1 19.26 -
YUV 29.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 5 23 124 0.96 0.81 0 0.51 230.92 0.92 0.25
Hex 5 17 7C 60 51 0 33 E7 5C 19
Octal 5 27 174 140 121 0 63 347 134 31
Binary 101 10111 1111100 1100000 1010001 0 110011 11100111 1011100 11001

Color Harmonies of #05177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05177C

Black with #05177C

Text Example


Text Example

White with #05177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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