Html Css Color HEX #142270 Midnight Blue

📋 copy color: '#142270'

red 20 ◦ green 34 ◦ blue 112

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

Shades of Midnight Blue #142270

Tints of Midnight Blue #142270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.47%

R = 12.05%
G = 20.48%
B = 67.47%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142270 (or 0x142270) is known color: Midnight Blue. HEX triplet: 14, 22 and 70. RGB value is (20,34,112). Sum of RGB (Red+Green+Blue) = 20+34+112=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #142270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142270 is #EBDD8F. Grayscale: #262626. Windows color (decimal): -15457680 or 7348756. OLE color: 7348756.

HSL color Cylindrical-coordinate representation of color #142270: hue angle of 230.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142270 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 34 112 -
CMYK 0.82 0.70 0 0.56
HSL 230.87º 0.7% 0.26% -
HSV(B) 230.87º 0.82% 0.44% -
XYZ 3.79 2.46 15.61 -
YUV 38.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 20 34 112 0.82 0.70 0 0.56 230.87 0.7 0.26
Hex 14 22 70 52 46 0 38 E7 46 1A
Octal 24 42 160 122 106 0 70 347 106 32
Binary 10100 100010 1110000 1010010 1000110 0 111000 11100111 1000110 11010

Color Harmonies of #142270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142270

Black with #142270

Text Example


Text Example

White with #142270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142270; }

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

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

background-color css

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

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

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

border-color css

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

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

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