#143760

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

Shades of Regal Blue #143760

Tints of Regal Blue #143760

Color information

#143760 (or 0x143760) is unknown color: approx Regal Blue. HEX triplet: 14, 37 and 60. RGB value is (20,55,96). Sum of RGB (Red+Green+Blue) = 20+55+96=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #143760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143760 is #EBC89F. Grayscale: #313131. Windows color (decimal): -15452320 or 6305556. OLE color: 6305556.

HSL color Cylindrical-coordinate representation of color #143760: hue angle of 212.37º 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 #143760 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205596-
CMYK0.790.4300.62
HSL212.37º65.52%22.75%-
HSV(B)212.37º79.17%37.65%-
XYZ3.773.7311.59-
YUV49.21154.4107.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=11.70%
G=32.16%
B=56.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2055960.790.4300.62212.3765.5222.75
Hex1437604F2B03Ed44217
Octal24671401175307632410227
Binary1010011011111000001001111101011011111011010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143760; }

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

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

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

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

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

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

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

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