#144161

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

Shades of Regal Blue #144161

Tints of Regal Blue #144161

Color information

#144161 (or 0x144161) is unknown color: approx Regal Blue. HEX triplet: 14, 41 and 61. RGB value is (20,65,97). Sum of RGB (Red+Green+Blue) = 20+65+97=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #144161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144161 is #EBBE9E. Grayscale: #373737. Windows color (decimal): -15449759 or 6373652. OLE color: 6373652.

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

Color convert

RGB206597-
CMYK0.790.3300.62
HSL204.94º65.81%22.94%-
HSV(B)204.94º79.38%38.04%-
XYZ4.344.7912.01-
YUV55.19151.59102.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=10.99%
G=35.71%
B=53.30%

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
Decimal2065970.790.3300.62204.9465.8122.94
Hex1441614F2103Ecd4217
Octal241011411174107631510227
Binary10100100000111000011001111100001011111011001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144161; }

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

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

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

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

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

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

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

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