#14627B

Color #14627B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #14627B

Tints of Allports #14627B

Color information

#14627B (or 0x14627B) is unknown color: approx Allports. HEX triplet: 14, 62 and 7B. RGB value is (20,98,123). Sum of RGB (Red+Green+Blue) = 20+98+123=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #14627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14627B is #EB9D84. Grayscale: #4D4D4D. Windows color (decimal): -15441285 or 8086036. OLE color: 8086036.

HSL color Cylindrical-coordinate representation of color #14627B: hue angle of 194.56º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14627B is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2098123-
CMYK0.840.2000.52
HSL194.56º72.03%28.04%-
HSV(B)194.56º83.74%48.24%-
XYZ8.2310.3120.3-
YUV77.53153.6686.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=8.30%
G=40.66%
B=51.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20981230.840.2000.52194.5672.0328.04
Hex14627B5414034c3481c
Octal241421731242406430311034
Binary1010011000101111011101010010100011010011000011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14627B; }

 p { color: rgb(20,98,123); }

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

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

 a { background-color: rgb(20,98,123); }

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

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

 span { border-color: rgb(20,98,123); }

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