#13697B

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

Shades of Allports #13697B

Tints of Allports #13697B

Color information

#13697B (or 0x13697B) is unknown color: approx Allports. HEX triplet: 13, 69 and 7B. RGB value is (19,105,123). Sum of RGB (Red+Green+Blue) = 19+105+123=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #13697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13697B is #EC9684. Grayscale: #515151. Windows color (decimal): -15505029 or 8087827. OLE color: 8087827.

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

Color convert

RGB19105123-
CMYK0.850.1500.52
HSL190.38º73.24%27.84%-
HSV(B)190.38º84.55%48.24%-
XYZ8.911.6720.52-
YUV81.34151.5183.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=7.69%
G=42.51%
B=49.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191051230.850.1500.52190.3873.2427.84
Hex13697B55F034be491c
Octal231511731251706427611134
Binary100111101001111101110101011111011010010111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,105,123); }

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

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

 a { background-color: rgb(19,105,123); }

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

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

 span { border-color: rgb(19,105,123); }

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