Html Css Color HEX #141975 Midnight Blue

📋 copy color: '#141975'

red 20 ◦ green 25 ◦ blue 117

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

Shades of Midnight Blue #141975

Tints of Midnight Blue #141975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 117 (46.09% from 255) = 72.22%

R = 12.35%
G = 15.43%
B = 72.22%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141975 (or 0x141975) is known color: Midnight Blue. HEX triplet: 14, 19 and 75. RGB value is (20,25,117). Sum of RGB (Red+Green+Blue) = 20+25+117=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #141975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141975 is #EBE68A. Grayscale: #212121. Windows color (decimal): -15459979 or 7674132. OLE color: 7674132.

HSL color Cylindrical-coordinate representation of color #141975: hue angle of 236.91º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141975 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 25 117 -
CMYK 0.83 0.79 0 0.54
HSL 236.91º 0.71% 0.27% -
HSV(B) 236.91º 0.83% 0.46% -
XYZ 3.85 2.13 17.04 -
YUV 33.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 20 25 117 0.83 0.79 0 0.54 236.91 0.71 0.27
Hex 14 19 75 53 4F 0 36 ED 47 1B
Octal 24 31 165 123 117 0 66 355 107 33
Binary 10100 11001 1110101 1010011 1001111 0 110110 11101101 1000111 11011

Color Harmonies of #141975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141975

Black with #141975

Text Example


Text Example

White with #141975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141975; }

 p { color: rgb(20,25,117); }

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

background-color css

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

 a { background-color: rgb(20,25,117); }

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

border-color css

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

 span { border-color: rgb(20,25,117); }

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