#144261

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

Shades of Regal Blue #144261

Tints of Regal Blue #144261

Color information

#144261 (or 0x144261) is unknown color: approx Regal Blue. HEX triplet: 14, 42 and 61. RGB value is (20,66,97). Sum of RGB (Red+Green+Blue) = 20+66+97=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #144261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144261 is #EBBD9E. Grayscale: #373737. Windows color (decimal): -15449503 or 6373908. OLE color: 6373908.

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

Color convert

RGB206697-
CMYK0.790.3200.62
HSL204.16º65.81%22.94%-
HSV(B)204.16º79.38%38.04%-
XYZ4.394.9112.03-
YUV55.78151.26102.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=10.93%
G=36.07%
B=53.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2066970.790.3200.62204.1665.8122.94
Hex1442614F2003Ecc4217
Octal241021411174007631410227
Binary10100100001011000011001111100000011111011001100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144261; }

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

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

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

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

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

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

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

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