Html Css Color HEX #142474 Midnight Blue

📋 copy color: '#142474'

red 20 ◦ green 36 ◦ blue 116

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

Shades of Midnight Blue #142474

Tints of Midnight Blue #142474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.44%

R = 11.63%
G = 20.93%
B = 67.44%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142474 (or 0x142474) is known color: Midnight Blue. HEX triplet: 14, 24 and 74. RGB value is (20,36,116). Sum of RGB (Red+Green+Blue) = 20+36+116=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #142474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142474 is #EBDB8B. Grayscale: #282828. Windows color (decimal): -15457164 or 7611412. OLE color: 7611412.

HSL color Cylindrical-coordinate representation of color #142474: hue angle of 230º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142474 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 36 116 -
CMYK 0.83 0.69 0 0.55
HSL 230º 0.71% 0.27% -
HSV(B) 230º 0.83% 0.45% -
XYZ 4.07 2.67 16.82 -
YUV 40.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 20 36 116 0.83 0.69 0 0.55 230 0.71 0.27
Hex 14 24 74 53 45 0 37 E6 47 1B
Octal 24 44 164 123 105 0 67 346 107 33
Binary 10100 100100 1110100 1010011 1000101 0 110111 11100110 1000111 11011

Color Harmonies of #142474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142474

Black with #142474

Text Example


Text Example

White with #142474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142474; }

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

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

background-color css

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

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

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

border-color css

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

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

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