#1A2A7B

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

Shades of Midnight Blue #1A2A7B

Tints of Midnight Blue #1A2A7B

Color information

#1A2A7B (or 0x1A2A7B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 2A and 7B. RGB value is (26,42,123). Sum of RGB (Red+Green+Blue) = 26+42+123=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A2A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2A7B is #E5D584. Grayscale: #2E2E2E. Windows color (decimal): -15062405 or 8071706. OLE color: 8071706.

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

Color convert

RGB2642123-
CMYK0.790.6600.52
HSL230.1º65.1%29.22%-
HSV(B)230.1º78.86%48.24%-
XYZ4.833.3119.12-
YUV46.45171.2113.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 123 (48.44% from 255) = 64.40%
R=13.61%
G=21.99%
B=64.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26421230.790.6600.52230.165.129.22
Hex1A2A7B4F42034e6411d
Octal325217311710206434610135
Binary11010101010111101110011111000010011010011100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,42,123); }

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

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

 a { background-color: rgb(26,42,123); }

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

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

 span { border-color: rgb(26,42,123); }

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