Html Css Color HEX #142185 Midnight Blue

📋 copy color: '#142185'

red 20 ◦ green 33 ◦ blue 133

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

Shades of Midnight Blue #142185

Tints of Midnight Blue #142185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 10.75%
G = 17.74%
B = 71.51%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#142185 (or 0x142185) is known color: Midnight Blue. HEX triplet: 14, 21 and 85. RGB value is (20,33,133). Sum of RGB (Red+Green+Blue) = 20+33+133=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #142185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142185 is #EBDE7A. Grayscale: #282828. Windows color (decimal): -15457915 or 8724756. OLE color: 8724756.

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

Color convert

RGB 20 33 133 -
CMYK 0.85 0.75 0 0.48
HSL 233.1º 0.74% 0.3% -
HSV(B) 233.1º 0.85% 0.52% -
XYZ 5.07 2.93 22.49 -
YUV 40.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 20 33 133 0.85 0.75 0 0.48 233.1 0.74 0.3
Hex 14 21 85 55 4B 0 30 E9 4A 1E
Octal 24 41 205 125 113 0 60 351 112 36
Binary 10100 100001 10000101 1010101 1001011 0 110000 11101001 1001010 11110

Color Harmonies of #142185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142185

Black with #142185

Text Example


Text Example

White with #142185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142185; }

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

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

background-color css

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

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

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

border-color css

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

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

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