#144060

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

Shades of Regal Blue #144060

Tints of Regal Blue #144060

Color information

#144060 (or 0x144060) is unknown color: approx Regal Blue. HEX triplet: 14, 40 and 60. RGB value is (20,64,96). Sum of RGB (Red+Green+Blue) = 20+64+96=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #144060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144060 is #EBBF9F. Grayscale: #363636. Windows color (decimal): -15450016 or 6307860. OLE color: 6307860.

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

Color convert

RGB206496-
CMYK0.790.3300.62
HSL205.26º65.52%22.75%-
HSV(B)205.26º79.17%37.65%-
XYZ4.234.6611.74-
YUV54.49151.42103.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=11.11%
G=35.56%
B=53.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2064960.790.3300.62205.2665.5222.75
Hex1440604F2103Ecd4217
Octal241001401174107631510227
Binary10100100000011000001001111100001011111011001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144060; }

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

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

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

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

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

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

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

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