#143F60

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

Shades of Regal Blue #143F60

Tints of Regal Blue #143F60

Color information

#143F60 (or 0x143F60) is unknown color: approx Regal Blue. HEX triplet: 14, 3F and 60. RGB value is (20,63,96). Sum of RGB (Red+Green+Blue) = 20+63+96=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #143F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F60 is #EBC09F. Grayscale: #353535. Windows color (decimal): -15450272 or 6307604. OLE color: 6307604.

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

Color convert

RGB206396-
CMYK0.790.3400.62
HSL206.05º65.52%22.75%-
HSV(B)206.05º79.17%37.65%-
XYZ4.184.5511.72-
YUV53.9151.75103.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=11.17%
G=35.20%
B=53.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2063960.790.3400.62206.0565.5222.75
Hex143F604F2203Ece4217
Octal24771401174207631610227
Binary1010011111111000001001111100010011111011001110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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