#143C60

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

Shades of Regal Blue #143C60

Tints of Regal Blue #143C60

Color information

#143C60 (or 0x143C60) is unknown color: approx Regal Blue. HEX triplet: 14, 3C and 60. RGB value is (20,60,96). Sum of RGB (Red+Green+Blue) = 20+60+96=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #143C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C60 is #EBC39F. Grayscale: #333333. Windows color (decimal): -15451040 or 6306836. OLE color: 6306836.

HSL color Cylindrical-coordinate representation of color #143C60: hue angle of 208.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143C60 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB206096-
CMYK0.790.3800.62
HSL208.42º65.52%22.75%-
HSV(B)208.42º79.17%37.65%-
XYZ4.024.2211.67-
YUV52.14152.75105.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=11.36%
G=34.09%
B=54.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2060960.790.3800.62208.4265.5222.75
Hex143C604F2603Ed04217
Octal24741401174607632010227
Binary1010011110011000001001111100110011111011010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,96); }

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

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

 a { background-color: rgb(20,60,96); }

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

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

 span { border-color: rgb(20,60,96); }

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