#143E60

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

Shades of Regal Blue #143E60

Tints of Regal Blue #143E60

Color information

#143E60 (or 0x143E60) is unknown color: approx Regal Blue. HEX triplet: 14, 3E and 60. RGB value is (20,62,96). Sum of RGB (Red+Green+Blue) = 20+62+96=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #143E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E60 is #EBC19F. Grayscale: #353535. Windows color (decimal): -15450528 or 6307348. OLE color: 6307348.

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

Color convert

RGB206296-
CMYK0.790.3500.62
HSL206.84º65.52%22.75%-
HSV(B)206.84º79.17%37.65%-
XYZ4.124.4411.71-
YUV53.32152.09104.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=11.24%
G=34.83%
B=53.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2062960.790.3500.62206.8465.5222.75
Hex143E604F2303Ecf4217
Octal24761401174307631710227
Binary1010011111011000001001111100011011111011001111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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