#13667C

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

Shades of Allports #13667C

Tints of Allports #13667C

Color information

#13667C (or 0x13667C) is unknown color: approx Allports. HEX triplet: 13, 66 and 7C. RGB value is (19,102,124). Sum of RGB (Red+Green+Blue) = 19+102+124=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #13667C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13667C is #EC9983. Grayscale: #4F4F4F. Windows color (decimal): -15505796 or 8152595. OLE color: 8152595.

HSL color Cylindrical-coordinate representation of color #13667C: hue angle of 192.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13667C is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB19102124-
CMYK0.850.1800.51
HSL192.57º73.43%28.04%-
HSV(B)192.57º84.68%48.63%-
XYZ8.6611.120.75-
YUV79.6915384.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.76%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=7.76%
G=41.63%
B=50.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191021240.850.1800.51192.5773.4328.04
Hex13667C5512033c1491c
Octal231461741252206330111134
Binary1001111001101111100101010110010011001111000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13667C; }

 p { color: rgb(19,102,124); }

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

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

 a { background-color: rgb(19,102,124); }

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

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

 span { border-color: rgb(19,102,124); }

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