#144067

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

Shades of Regal Blue #144067

Tints of Regal Blue #144067

Color information

#144067 (or 0x144067) is unknown color: approx Regal Blue. HEX triplet: 14, 40 and 67. RGB value is (20,64,103). Sum of RGB (Red+Green+Blue) = 20+64+103=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #144067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144067 is #EBBF98. Grayscale: #373737. Windows color (decimal): -15450009 or 6766612. OLE color: 6766612.

HSL color Cylindrical-coordinate representation of color #144067: hue angle of 208.19º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144067 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2064103-
CMYK0.810.3800.60
HSL208.19º67.48%24.12%-
HSV(B)208.19º80.58%40.39%-
XYZ4.574.7913.52-
YUV55.29154.92102.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 103 (40.62% from 255) = 55.08%
R=10.70%
G=34.22%
B=55.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20641030.810.3800.60208.1967.4824.12
Hex144067512603Cd04318
Octal241001471214607432010330
Binary10100100000011001111010001100110011110011010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144067; }

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

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

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

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

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

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

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

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