Html Css Color HEX #142985 Midnight Blue

📋 copy color: '#142985'

red 20 ◦ green 41 ◦ blue 133

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

Shades of Midnight Blue #142985

Tints of Midnight Blue #142985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 10.31%
G = 21.13%
B = 68.56%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#142985 (or 0x142985) is known color: Midnight Blue. HEX triplet: 14, 29 and 85. RGB value is (20,41,133). Sum of RGB (Red+Green+Blue) = 20+41+133=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #142985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142985 is #EBD67A. Grayscale: #2C2C2C. Windows color (decimal): -15455867 or 8726804. OLE color: 8726804.

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

Color convert

RGB 20 41 133 -
CMYK 0.85 0.69 0 0.48
HSL 228.85º 0.74% 0.3% -
HSV(B) 228.85º 0.85% 0.52% -
XYZ 5.32 3.43 22.57 -
YUV 45.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 20 41 133 0.85 0.69 0 0.48 228.85 0.74 0.3
Hex 14 29 85 55 45 0 30 E5 4A 1E
Octal 24 51 205 125 105 0 60 345 112 36
Binary 10100 101001 10000101 1010101 1000101 0 110000 11100101 1001010 11110

Color Harmonies of #142985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142985

Black with #142985

Text Example


Text Example

White with #142985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142985; }

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

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

background-color css

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

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

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

border-color css

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

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

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