#143B68

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

Shades of Regal Blue #143B68

Tints of Regal Blue #143B68

Color information

#143B68 (or 0x143B68) is unknown color: approx Regal Blue. HEX triplet: 14, 3B and 68. RGB value is (20,59,104). Sum of RGB (Red+Green+Blue) = 20+59+104=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #143B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B68 is #EBC497. Grayscale: #343434. Windows color (decimal): -15451288 or 6830868. OLE color: 6830868.

HSL color Cylindrical-coordinate representation of color #143B68: hue angle of 212.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143B68 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2059104-
CMYK0.810.4300.59
HSL212.14º67.74%24.31%-
HSV(B)212.14º80.77%40.78%-
XYZ4.354.2813.69-
YUV52.47157.08104.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=10.93%
G=32.24%
B=56.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20591040.810.4300.59212.1467.7424.31
Hex143B68512B03Bd44418
Octal24731501215307332410430
Binary1010011101111010001010001101011011101111010100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143B68; }

 p { color: rgb(20,59,104); }

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

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

 a { background-color: rgb(20,59,104); }

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

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

 span { border-color: rgb(20,59,104); }

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