#144061

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

Shades of Regal Blue #144061

Tints of Regal Blue #144061

Color information

#144061 (or 0x144061) is unknown color: approx Regal Blue. HEX triplet: 14, 40 and 61. RGB value is (20,64,97). Sum of RGB (Red+Green+Blue) = 20+64+97=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #144061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144061 is #EBBF9E. Grayscale: #363636. Windows color (decimal): -15450015 or 6373396. OLE color: 6373396.

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

Color convert

RGB206497-
CMYK0.790.3400.62
HSL205.71º65.81%22.94%-
HSV(B)205.71º79.38%38.04%-
XYZ4.284.6811.99-
YUV54.61151.92103.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=11.05%
G=35.36%
B=53.59%

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
Decimal2064970.790.3400.62205.7165.8122.94
Hex1440614F2203Ece4217
Octal241001411174207631610227
Binary10100100000011000011001111100010011111011001110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144061; }

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

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

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

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

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

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

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

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