#1A2483

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

Shades of Midnight Blue #1A2483

Tints of Midnight Blue #1A2483

Color information

#1A2483 (or 0x1A2483) is unknown color: approx Midnight Blue. HEX triplet: 1A, 24 and 83. RGB value is (26,36,131). Sum of RGB (Red+Green+Blue) = 26+36+131=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A2483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2483 is #E5DB7C. Grayscale: #2B2B2B. Windows color (decimal): -15063933 or 8594458. OLE color: 8594458.

HSL color Cylindrical-coordinate representation of color #1A2483: hue angle of 234.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A2483 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2636131-
CMYK0.800.7300.49
HSL234.29º66.88%30.78%-
HSV(B)234.29º80.15%51.37%-
XYZ5.153.1221.8-
YUV43.84177.19115.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 131 (51.56% from 255) = 67.88%
R=13.47%
G=18.65%
B=67.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26361310.800.7300.49234.2966.8830.78
Hex1A24835049031ea431f
Octal324420312011106135210337
Binary110101001001000001110100001001001011000111101010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,36,131); }

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

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

 a { background-color: rgb(26,36,131); }

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

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

 span { border-color: rgb(26,36,131); }

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