#143251

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

Shades of Regal Blue #143251

Tints of Regal Blue #143251

Color information

#143251 (or 0x143251) is unknown color: approx Regal Blue. HEX triplet: 14, 32 and 51. RGB value is (20,50,81). Sum of RGB (Red+Green+Blue) = 20+50+81=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #143251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143251 is #EBCDAE. Grayscale: #2C2C2C. Windows color (decimal): -15453615 or 5321236. OLE color: 5321236.

HSL color Cylindrical-coordinate representation of color #143251: hue angle of 210.49º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143251 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB205081-
CMYK0.750.3800.68
HSL210.49º60.4%19.8%-
HSV(B)210.49º75.31%31.76%-
XYZ2.913.028.21-
YUV44.56148.56110.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=13.25%
G=33.11%
B=53.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2050810.750.3800.68210.4960.419.8
Hex1432514B26044d23c14
Octal24621211134601043227424
Binary1010011001010100011001011100110010001001101001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143251; }

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

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

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

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

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

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

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

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