#143856

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

Shades of Regal Blue #143856

Tints of Regal Blue #143856

Color information

#143856 (or 0x143856) is unknown color: approx Regal Blue. HEX triplet: 14, 38 and 56. RGB value is (20,56,86). Sum of RGB (Red+Green+Blue) = 20+56+86=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #143856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143856 is #EBC7A9. Grayscale: #303030. Windows color (decimal): -15452074 or 5650452. OLE color: 5650452.

HSL color Cylindrical-coordinate representation of color #143856: hue angle of 207.27º 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 #143856 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB205686-
CMYK0.770.3500.66
HSL207.27º62.26%20.78%-
HSV(B)207.27º76.74%33.73%-
XYZ3.383.659.33-
YUV48.66149.07107.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=12.35%
G=34.57%
B=53.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2056860.770.3500.66207.2762.2620.78
Hex1438564D23042cf3e15
Octal24701261154301023177625
Binary1010011100010101101001101100011010000101100111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143856; }

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

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

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

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

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

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

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

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