Html Css Color HEX #142748 Midnight

📋 copy color: '#142748'

red 20 ◦ green 39 ◦ blue 72

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

Shades of Midnight #142748

Tints of Midnight #142748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 15.27%
G = 29.77%
B = 54.96%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#142748 (or 0x142748) is known color: Midnight. HEX triplet: 14, 27 and 48. RGB value is (20,39,72). Sum of RGB (Red+Green+Blue) = 20+39+72=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #142748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142748 is #EBD8B7. Grayscale: #242424. Windows color (decimal): -15456440 or 4728596. OLE color: 4728596.

HSL color Cylindrical-coordinate representation of color #142748: hue angle of 218.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142748 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 39 72 -
CMYK 0.72 0.46 0 0.72
HSL 218.08º 0.57% 0.18% -
HSV(B) 218.08º 0.72% 0.28% -
XYZ 2.18 2.07 6.41 -
YUV 37.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 20 39 72 0.72 0.46 0 0.72 218.08 0.57 0.18
Hex 14 27 48 48 2E 0 48 DA 39 12
Octal 24 47 110 110 56 0 110 332 71 22
Binary 10100 100111 1001000 1001000 101110 0 1001000 11011010 111001 10010

Color Harmonies of #142748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142748

Black with #142748

Text Example


Text Example

White with #142748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142748; }

 p { color: rgb(20,39,72); }

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

background-color css

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

 a { background-color: rgb(20,39,72); }

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

border-color css

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

 span { border-color: rgb(20,39,72); }

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