#1A187A

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

Shades of Midnight Blue #1A187A

Tints of Midnight Blue #1A187A

Color information

#1A187A (or 0x1A187A) is unknown color: approx Midnight Blue. HEX triplet: 1A, 18 and 7A. RGB value is (26,24,122). Sum of RGB (Red+Green+Blue) = 26+24+122=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A187A is #E5E785. Grayscale: #232323. Windows color (decimal): -15067014 or 8001562. OLE color: 8001562.

HSL color Cylindrical-coordinate representation of color #1A187A: hue angle of 241.22º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A187A is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2624122-
CMYK0.790.8000.52
HSL241.22º67.12%28.63%-
HSV(B)241.22º80.33%47.84%-
XYZ4.272.2818.63-
YUV35.77176.66121.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.12%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 122 (48.05% from 255) = 70.93%
R=15.12%
G=13.95%
B=70.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26241220.790.8000.52241.2267.1228.63
Hex1A187A4F50034f1431d
Octal323017211712006436110335
Binary1101011000111101010011111010000011010011110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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