#13757B

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

Shades of Allports #13757B

Tints of Allports #13757B

Color information

#13757B (or 0x13757B) is unknown color: approx Allports. HEX triplet: 13, 75 and 7B. RGB value is (19,117,123). Sum of RGB (Red+Green+Blue) = 19+117+123=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #13757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13757B is #EC8A84. Grayscale: #585858. Windows color (decimal): -15501957 or 8090899. OLE color: 8090899.

HSL color Cylindrical-coordinate representation of color #13757B: hue angle of 183.46º 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 #13757B is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB19117123-
CMYK0.850.0500.52
HSL183.46º73.24%27.84%-
HSV(B)183.46º84.55%48.24%-
XYZ10.214.2920.96-
YUV88.38147.5378.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=7.34%
G=45.17%
B=47.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191171230.850.0500.52183.4673.2427.84
Hex13757B555034b7491c
Octal23165173125506426711134
Binary10011111010111110111010101101011010010110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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