Html Css Color HEX #141F75 Midnight Blue

📋 copy color: '#141F75'

red 20 ◦ green 31 ◦ blue 117

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

Shades of Midnight Blue #141F75

Tints of Midnight Blue #141F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.45%

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

R = 11.9%
G = 18.45%
B = 69.64%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141F75 (or 0x141F75) is known color: Midnight Blue. HEX triplet: 14, 1F and 75. RGB value is (20,31,117). Sum of RGB (Red+Green+Blue) = 20+31+117=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #141F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F75 is #EBE08A. Grayscale: #252525. Windows color (decimal): -15458443 or 7675668. OLE color: 7675668.

HSL color Cylindrical-coordinate representation of color #141F75: hue angle of 233.2º 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 #141F75 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 31 117 -
CMYK 0.83 0.74 0 0.54
HSL 233.2º 0.71% 0.27% -
HSV(B) 233.2º 0.83% 0.46% -
XYZ 3.99 2.41 17.09 -
YUV 37.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 20 31 117 0.83 0.74 0 0.54 233.2 0.71 0.27
Hex 14 1F 75 53 4A 0 36 E9 47 1B
Octal 24 37 165 123 112 0 66 351 107 33
Binary 10100 11111 1110101 1010011 1001010 0 110110 11101001 1000111 11011

Color Harmonies of #141F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F75

Black with #141F75

Text Example


Text Example

White with #141F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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