#144166

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

Shades of Regal Blue #144166

Tints of Regal Blue #144166

Color information

#144166 (or 0x144166) is unknown color: approx Regal Blue. HEX triplet: 14, 41 and 66. RGB value is (20,65,102). Sum of RGB (Red+Green+Blue) = 20+65+102=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #144166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144166 is #EBBE99. Grayscale: #373737. Windows color (decimal): -15449754 or 6701332. OLE color: 6701332.

HSL color Cylindrical-coordinate representation of color #144166: hue angle of 207.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144166 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2065102-
CMYK0.800.3600.6
HSL207.07º67.21%23.92%-
HSV(B)207.07º80.39%40%-
XYZ4.584.8913.27-
YUV55.76154.09102.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=10.70%
G=34.76%
B=54.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20651020.800.3600.6207.0767.2123.92
Hex144166502403Ccf4318
Octal241011461204407431710330
Binary10100100000111001101010000100100011110011001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144166; }

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

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

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

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

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

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

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

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