#144169

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

Shades of Regal Blue #144169

Tints of Regal Blue #144169

Color information

#144169 (or 0x144169) is unknown color: approx Regal Blue. HEX triplet: 14, 41 and 69. RGB value is (20,65,105). Sum of RGB (Red+Green+Blue) = 20+65+105=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #144169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144169 is #EBBE96. Grayscale: #373737. Windows color (decimal): -15449751 or 6897940. OLE color: 6897940.

HSL color Cylindrical-coordinate representation of color #144169: hue angle of 208.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144169 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2065105-
CMYK0.810.3800.59
HSL208.24º68%24.51%-
HSV(B)208.24º80.95%41.18%-
XYZ4.734.9514.07-
YUV56.1155.59102.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=10.53%
G=34.21%
B=55.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20651050.810.3800.59208.246824.51
Hex144169512603Bd04419
Octal241011511214607332010431
Binary10100100000111010011010001100110011101111010000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144169; }

 p { color: rgb(20,65,105); }

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

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

 a { background-color: rgb(20,65,105); }

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

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

 span { border-color: rgb(20,65,105); }

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