#143756

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

Shades of Regal Blue #143756

Tints of Regal Blue #143756

Color information

#143756 (or 0x143756) is unknown color: approx Regal Blue. HEX triplet: 14, 37 and 56. RGB value is (20,55,86). Sum of RGB (Red+Green+Blue) = 20+55+86=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #143756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143756 is #EBC8A9. Grayscale: #2F2F2F. Windows color (decimal): -15452330 or 5650196. OLE color: 5650196.

HSL color Cylindrical-coordinate representation of color #143756: hue angle of 208.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143756 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB205586-
CMYK0.770.3600.66
HSL208.18º62.26%20.78%-
HSV(B)208.18º76.74%33.73%-
XYZ3.333.559.31-
YUV48.07149.4107.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=12.42%
G=34.16%
B=53.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2055860.770.3600.66208.1862.2620.78
Hex1437564D24042d03e15
Octal24671261154401023207625
Binary1010011011110101101001101100100010000101101000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143756; }

 p { color: rgb(20,55,86); }

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

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

 a { background-color: rgb(20,55,86); }

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

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

 span { border-color: rgb(20,55,86); }

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