#13627A

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

Shades of Allports #13627A

Tints of Allports #13627A

Color information

#13627A (or 0x13627A) is unknown color: approx Allports. HEX triplet: 13, 62 and 7A. RGB value is (19,98,122). Sum of RGB (Red+Green+Blue) = 19+98+122=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #13627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13627A is #EC9D85. Grayscale: #4C4C4C. Windows color (decimal): -15506822 or 8020499. OLE color: 8020499.

HSL color Cylindrical-coordinate representation of color #13627A: hue angle of 193.98º degrees, saturation: 0.73, 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 #13627A is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1998122-
CMYK0.840.2000.52
HSL193.98º73.05%27.65%-
HSV(B)193.98º84.43%47.84%-
XYZ8.1510.2819.97-
YUV77.11153.3386.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=7.95%
G=41.00%
B=51.05%

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
Decimal19981220.840.2000.52193.9873.0527.65
Hex13627A5414034c2491c
Octal231421721242406430211134
Binary1001111000101111010101010010100011010011000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13627A; }

 p { color: rgb(19,98,122); }

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

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

 a { background-color: rgb(19,98,122); }

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

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

 span { border-color: rgb(19,98,122); }

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