Html Css Color HEX #142183 Midnight Blue

📋 copy color: '#142183'

red 20 ◦ green 33 ◦ blue 131

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

Shades of Midnight Blue #142183

Tints of Midnight Blue #142183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 131 (51.56% from 255) = 71.2%

R = 10.87%
G = 17.93%
B = 71.2%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#142183 (or 0x142183) is known color: Midnight Blue. HEX triplet: 14, 21 and 83. RGB value is (20,33,131). Sum of RGB (Red+Green+Blue) = 20+33+131=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #142183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142183 is #EBDE7C. Grayscale: #272727. Windows color (decimal): -15457917 or 8593684. OLE color: 8593684.

HSL color Cylindrical-coordinate representation of color #142183: hue angle of 232.97º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142183 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 33 131 -
CMYK 0.85 0.75 0 0.49
HSL 232.97º 0.74% 0.3% -
HSV(B) 232.97º 0.85% 0.51% -
XYZ 4.93 2.88 21.77 -
YUV 40.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 20 33 131 0.85 0.75 0 0.49 232.97 0.74 0.3
Hex 14 21 83 55 4B 0 31 E9 4A 1E
Octal 24 41 203 125 113 0 61 351 112 36
Binary 10100 100001 10000011 1010101 1001011 0 110001 11101001 1001010 11110

Color Harmonies of #142183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142183

Black with #142183

Text Example


Text Example

White with #142183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142183; }

 p { color: rgb(20,33,131); }

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

background-color css

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

 a { background-color: rgb(20,33,131); }

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

border-color css

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

 span { border-color: rgb(20,33,131); }

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