Html Css Color HEX #05177B Midnight Blue

📋 copy color: '#05177B'

red 5 ◦ green 23 ◦ blue 123

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

Shades of Midnight Blue #05177B

Tints of Midnight Blue #05177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 81.46%

R = 3.31%
G = 15.23%
B = 81.46%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05177B (or 0x05177B) is known color: Midnight Blue. HEX triplet: 05, 17 and 7B. RGB value is (5,23,123). Sum of RGB (Red+Green+Blue) = 5+23+123=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #05177B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05177B is #FAE884. Grayscale: #1C1C1C. Windows color (decimal): -16443525 or 8066821. OLE color: 8066821.

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

Color convert

RGB 5 23 123 -
CMYK 0.96 0.81 0 0.52
HSL 230.85º 0.92% 0.25% -
HSV(B) 230.85º 0.96% 0.48% -
XYZ 3.94 2.08 18.93 -
YUV 29.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 5 23 123 0.96 0.81 0 0.52 230.85 0.92 0.25
Hex 5 17 7B 60 51 0 34 E7 5C 19
Octal 5 27 173 140 121 0 64 347 134 31
Binary 101 10111 1111011 1100000 1010001 0 110100 11100111 1011100 11001

Color Harmonies of #05177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05177B

Black with #05177B

Text Example


Text Example

White with #05177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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