Html Css Color HEX #142275 Midnight Blue

📋 copy color: '#142275'

red 20 ◦ green 34 ◦ blue 117

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

Shades of Midnight Blue #142275

Tints of Midnight Blue #142275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 11.7%
G = 19.88%
B = 68.42%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#142275 (or 0x142275) is known color: Midnight Blue. HEX triplet: 14, 22 and 75. RGB value is (20,34,117). Sum of RGB (Red+Green+Blue) = 20+34+117=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #142275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142275 is #EBDD8A. Grayscale: #262626. Windows color (decimal): -15457675 or 7676436. OLE color: 7676436.

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

Color convert

RGB 20 34 117 -
CMYK 0.83 0.71 0 0.54
HSL 231.34º 0.71% 0.27% -
HSV(B) 231.34º 0.83% 0.46% -
XYZ 4.07 2.58 17.11 -
YUV 39.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 20 34 117 0.83 0.71 0 0.54 231.34 0.71 0.27
Hex 14 22 75 53 47 0 36 E7 47 1B
Octal 24 42 165 123 107 0 66 347 107 33
Binary 10100 100010 1110101 1010011 1000111 0 110110 11100111 1000111 11011

Color Harmonies of #142275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142275

Black with #142275

Text Example


Text Example

White with #142275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142275; }

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

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

background-color css

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

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

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

border-color css

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

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

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