#1A187C

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

Shades of Midnight Blue #1A187C

Tints of Midnight Blue #1A187C

Color information

#1A187C (or 0x1A187C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 18 and 7C. RGB value is (26,24,124). Sum of RGB (Red+Green+Blue) = 26+24+124=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A187C is #E5E783. Grayscale: #232323. Windows color (decimal): -15067012 or 8132634. OLE color: 8132634.

HSL color Cylindrical-coordinate representation of color #1A187C: hue angle of 241.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A187C is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2624124-
CMYK0.790.8100.51
HSL241.2º67.57%29.02%-
HSV(B)241.2º80.65%48.63%-
XYZ4.392.3319.29-
YUV36177.66120.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.94%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=14.94%
G=13.79%
B=71.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26241240.790.8100.51241.267.5729.02
Hex1A187C4F51033f1441d
Octal323017411712106336110435
Binary1101011000111110010011111010001011001111110001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A187C; }

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

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

<style>
 a { background-color: #1A187C; }

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

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

<style>
 span { border-color: #1A187C; }

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

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