Html Css Color HEX #1A2588 Midnight Blue

📋 copy color: '#1A2588'

red 26 ◦ green 37 ◦ blue 136

#1A2588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #1A2588

Tints of Midnight Blue #1A2588

RGB

 RED value IS 26 (10.55% from 255) = 13.07%

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 13.07%
G = 18.59%
B = 68.34%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1A2588 (or 0x1A2588) is known color: Midnight Blue. HEX triplet: 1A, 25 and 88. RGB value is (26,37,136). Sum of RGB (Red+Green+Blue) = 26+37+136=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A2588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2588 is #E5DA77. Grayscale: #2C2C2C. Windows color (decimal): -15063672 or 8922394. OLE color: 8922394.

HSL color Cylindrical-coordinate representation of color #1A2588: hue angle of 234º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2588 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 37 136 -
CMYK 0.81 0.73 0 0.47
HSL 234º 0.68% 0.32% -
HSV(B) 234º 0.81% 0.53% -
XYZ 5.53 3.32 23.64 -
YUV 45 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 26 37 136 0.81 0.73 0 0.47 234 0.68 0.32
Hex 1A 25 88 51 49 0 2F EA 44 20
Octal 32 45 210 121 111 0 57 352 104 40
Binary 11010 100101 10001000 1010001 1001001 0 101111 11101010 1000100 100000

Color Harmonies of #1A2588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2588

Black with #1A2588

Text Example


Text Example

White with #1A2588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,37,136); }

 H1.HeaderClassName
 {
   color: #1A2588;
 }
 .AnyTagClassName
 {
   color: #1A2588;
 }
</style>

background-color css

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

 a { background-color: rgb(26,37,136); }

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

border-color css

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

 span { border-color: rgb(26,37,136); }

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