Html Css Color HEX #142274 Midnight Blue

📋 copy color: '#142274'

red 20 ◦ green 34 ◦ blue 116

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

Shades of Midnight Blue #142274

Tints of Midnight Blue #142274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 11.76%
G = 20%
B = 68.24%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142274 (or 0x142274) is known color: Midnight Blue. HEX triplet: 14, 22 and 74. RGB value is (20,34,116). Sum of RGB (Red+Green+Blue) = 20+34+116=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #142274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142274 is #EBDD8B. Grayscale: #262626. Windows color (decimal): -15457676 or 7610900. OLE color: 7610900.

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

Color convert

RGB 20 34 116 -
CMYK 0.83 0.71 0 0.55
HSL 231.25º 0.71% 0.27% -
HSV(B) 231.25º 0.83% 0.45% -
XYZ 4.01 2.55 16.8 -
YUV 39.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 20 34 116 0.83 0.71 0 0.55 231.25 0.71 0.27
Hex 14 22 74 53 47 0 37 E7 47 1B
Octal 24 42 164 123 107 0 67 347 107 33
Binary 10100 100010 1110100 1010011 1000111 0 110111 11100111 1000111 11011

Color Harmonies of #142274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142274

Black with #142274

Text Example


Text Example

White with #142274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142274; }

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

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

background-color css

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

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

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

border-color css

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

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

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