Html Css Color HEX #142085 Midnight Blue

📋 copy color: '#142085'

red 20 ◦ green 32 ◦ blue 133

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

Shades of Midnight Blue #142085

Tints of Midnight Blue #142085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

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

R = 10.81%
G = 17.3%
B = 71.89%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#142085 (or 0x142085) is known color: Midnight Blue. HEX triplet: 14, 20 and 85. RGB value is (20,32,133). Sum of RGB (Red+Green+Blue) = 20+32+133=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #142085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142085 is #EBDF7A. Grayscale: #272727. Windows color (decimal): -15458171 or 8724500. OLE color: 8724500.

HSL color Cylindrical-coordinate representation of color #142085: hue angle of 233.63º 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 #142085 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 32 133 -
CMYK 0.85 0.76 0 0.48
HSL 233.63º 0.74% 0.3% -
HSV(B) 233.63º 0.85% 0.52% -
XYZ 5.04 2.88 22.48 -
YUV 39.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 20 32 133 0.85 0.76 0 0.48 233.63 0.74 0.3
Hex 14 20 85 55 4C 0 30 EA 4A 1E
Octal 24 40 205 125 114 0 60 352 112 36
Binary 10100 100000 10000101 1010101 1001100 0 110000 11101010 1001010 11110

Color Harmonies of #142085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142085

Black with #142085

Text Example


Text Example

White with #142085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142085; }

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

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

background-color css

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

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

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

border-color css

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

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

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