Html Css Color HEX #142488 Midnight Blue

📋 copy color: '#142488'

red 20 ◦ green 36 ◦ blue 136

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

Shades of Midnight Blue #142488

Tints of Midnight Blue #142488

RGB

 RED value IS 20 (8.2% from 255) = 10.42%

 GREEN value IS 36 (14.45% from 255) = 18.75%

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

R = 10.42%
G = 18.75%
B = 70.83%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#142488 (or 0x142488) is known color: Midnight Blue. HEX triplet: 14, 24 and 88. RGB value is (20,36,136). Sum of RGB (Red+Green+Blue) = 20+36+136=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #142488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142488 is #EBDB77. Grayscale: #2A2A2A. Windows color (decimal): -15457144 or 8922132. OLE color: 8922132.

HSL color Cylindrical-coordinate representation of color #142488: hue angle of 231.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142488 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 36 136 -
CMYK 0.85 0.74 0 0.47
HSL 231.72º 0.74% 0.31% -
HSV(B) 231.72º 0.85% 0.53% -
XYZ 5.36 3.19 23.63 -
YUV 42.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 20 36 136 0.85 0.74 0 0.47 231.72 0.74 0.31
Hex 14 24 88 55 4A 0 2F E8 4A 1F
Octal 24 44 210 125 112 0 57 350 112 37
Binary 10100 100100 10001000 1010101 1001010 0 101111 11101000 1001010 11111

Color Harmonies of #142488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142488

Black with #142488

Text Example


Text Example

White with #142488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142488; }

 p { color: rgb(20,36,136); }

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

background-color css

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

 a { background-color: rgb(20,36,136); }

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

border-color css

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

 span { border-color: rgb(20,36,136); }

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