Html Css Color HEX #142385 Midnight Blue

📋 copy color: '#142385'

red 20 ◦ green 35 ◦ blue 133

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

Shades of Midnight Blue #142385

Tints of Midnight Blue #142385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

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

R = 10.64%
G = 18.62%
B = 70.74%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#142385 (or 0x142385) is known color: Midnight Blue. HEX triplet: 14, 23 and 85. RGB value is (20,35,133). Sum of RGB (Red+Green+Blue) = 20+35+133=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #142385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142385 is #EBDC7A. Grayscale: #292929. Windows color (decimal): -15457403 or 8725268. OLE color: 8725268.

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

Color convert

RGB 20 35 133 -
CMYK 0.85 0.74 0 0.48
HSL 232.04º 0.74% 0.3% -
HSV(B) 232.04º 0.85% 0.52% -
XYZ 5.12 3.04 22.51 -
YUV 41.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 20 35 133 0.85 0.74 0 0.48 232.04 0.74 0.3
Hex 14 23 85 55 4A 0 30 E8 4A 1E
Octal 24 43 205 125 112 0 60 350 112 36
Binary 10100 100011 10000101 1010101 1001010 0 110000 11101000 1001010 11110

Color Harmonies of #142385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142385

Black with #142385

Text Example


Text Example

White with #142385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142385; }

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

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

background-color css

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

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

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

border-color css

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

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

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