#05187B

Color #05187B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #05187B

Tints of Midnight Blue #05187B

Color information

#05187B (or 0x05187B) is unknown color: approx Midnight Blue. HEX triplet: 05, 18 and 7B. RGB value is (5,24,123). Sum of RGB (Red+Green+Blue) = 5+24+123=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #05187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05187B is #FAE784. Grayscale: #1D1D1D. Windows color (decimal): -16443269 or 8067077. OLE color: 8067077.

HSL color Cylindrical-coordinate representation of color #05187B: hue angle of 230.34º 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 #05187B is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB524123-
CMYK0.960.8000.52
HSL230.34º92.19%25.1%-
HSV(B)230.34º95.93%48.24%-
XYZ3.962.1218.94-
YUV29.6180.71110.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 123 (48.44% from 255) = 80.92%
R=3.29%
G=15.79%
B=80.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5241230.960.8000.52230.3492.1925.1
Hex5187B6050034e65c19
Octal53017314012006434613431
Binary10111000111101111000001010000011010011100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05187B;
 }
 .AnyTagClassName
 {
   color: #05187B;
 }
</style>
background-color css

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

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

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

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

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

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