Html Css Color HEX #13757F Allports

📋 copy color: '#13757F'

red 19 ◦ green 117 ◦ blue 127

#13757F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #13757F

Tints of Allports #13757F

RGB

 RED value IS 19 (7.81% from 255) = 7.22%

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 127 (50% from 255) = 48.29%

R = 7.22%
G = 44.49%
B = 48.29%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13757F (or 0x13757F) is known color: Allports. HEX triplet: 13, 75 and 7F. RGB value is (19,117,127). Sum of RGB (Red+Green+Blue) = 19+117+127=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #13757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13757F is #EC8A80. Grayscale: #585858. Windows color (decimal): -15501953 or 8353043. OLE color: 8353043.

HSL color Cylindrical-coordinate representation of color #13757F: hue angle of 185.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13757F is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 117 127 -
CMYK 0.85 0.08 0 0.50
HSL 185.56º 0.74% 0.29% -
HSV(B) 185.56º 0.85% 0.5% -
XYZ 10.46 14.39 22.31 -
YUV 88.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 19 117 127 0.85 0.08 0 0.50 185.56 0.74 0.29
Hex 13 75 7F 55 8 0 32 BA 4A 1D
Octal 23 165 177 125 10 0 62 272 112 35
Binary 10011 1110101 1111111 1010101 1000 0 110010 10111010 1001010 11101

Color Harmonies of #13757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13757F

Black with #13757F

Text Example


Text Example

White with #13757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13757F;
 }
 .AnyTagClassName
 {
   color: #13757F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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