#142F52

Color #142F52 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #142F52

Tints of Regal Blue #142F52

Color information

#142F52 (or 0x142F52) is unknown color: approx Regal Blue. HEX triplet: 14, 2F and 52. RGB value is (20,47,82). Sum of RGB (Red+Green+Blue) = 20+47+82=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #142F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F52 is #EBD0AD. Grayscale: #2A2A2A. Windows color (decimal): -15454382 or 5386004. OLE color: 5386004.

HSL color Cylindrical-coordinate representation of color #142F52: hue angle of 213.87º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142F52 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB204782-
CMYK0.760.4300.68
HSL213.87º60.78%20%-
HSV(B)213.87º75.61%32.16%-
XYZ2.832.798.37-
YUV42.92150.05111.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=13.42%
G=31.54%
B=55.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2047820.760.4300.68213.8760.7820
Hex142F524C2B044d63d14
Octal24571221145301043267524
Binary1010010111110100101001100101011010001001101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F52; }

 p { color: rgb(20,47,82); }

 H1.HeaderClassName
 {
   color: #142F52;
 }
 .AnyTagClassName
 {
   color: #142F52;
 }
</style>
background-color css

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

 a { background-color: rgb(20,47,82); }

 div.DivClassName
 {
   background-color: #142F52;
 }
 .BgClassName
 {
   background-color: #142F52;
 }
</style>
border-color css

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

 span { border-color: rgb(20,47,82); }

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