#13757D

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

Shades of Allports #13757D

Tints of Allports #13757D

Color information

#13757D (or 0x13757D) is unknown color: approx Allports. HEX triplet: 13, 75 and 7D. RGB value is (19,117,125). Sum of RGB (Red+Green+Blue) = 19+117+125=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #13757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13757D is #EC8A82. Grayscale: #585858. Windows color (decimal): -15501955 or 8221971. OLE color: 8221971.

HSL color Cylindrical-coordinate representation of color #13757D: hue angle of 184.53º degrees, saturation: 0.74, 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 #13757D is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB19117125-
CMYK0.850.0600.51
HSL184.53º73.61%28.24%-
HSV(B)184.53º84.8%49.02%-
XYZ10.3314.3421.63-
YUV88.61148.5378.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=7.28%
G=44.83%
B=47.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191171250.850.0600.51184.5373.6128.24
Hex13757D556033b94a1c
Octal23165175125606327111234
Binary10011111010111111011010101110011001110111001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13757D; }

 p { color: rgb(19,117,125); }

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

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

 a { background-color: rgb(19,117,125); }

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

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

 span { border-color: rgb(19,117,125); }

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