#143252

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

Shades of Regal Blue #143252

Tints of Regal Blue #143252

Color information

#143252 (or 0x143252) is unknown color: approx Regal Blue. HEX triplet: 14, 32 and 52. RGB value is (20,50,82). Sum of RGB (Red+Green+Blue) = 20+50+82=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #143252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143252 is #EBCDAD. Grayscale: #2C2C2C. Windows color (decimal): -15453614 or 5386772. OLE color: 5386772.

HSL color Cylindrical-coordinate representation of color #143252: hue angle of 210.97º 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 #143252 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB205082-
CMYK0.760.3900.68
HSL210.97º60.78%20%-
HSV(B)210.97º75.61%32.16%-
XYZ2.953.048.41-
YUV44.68149.06110.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=13.16%
G=32.89%
B=53.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2050820.760.3900.68210.9760.7820
Hex1432524C27044d33d14
Octal24621221144701043237524
Binary1010011001010100101001100100111010001001101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143252; }

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

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

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

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

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

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

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

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