Html Css Color HEX #13767C Allports

📋 copy color: '#13767C'

red 19 ◦ green 118 ◦ blue 124

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

Shades of Allports #13767C

Tints of Allports #13767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 7.28%
G = 45.21%
B = 47.51%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13767C (or 0x13767C) is known color: Allports. HEX triplet: 13, 76 and 7C. RGB value is (19,118,124). Sum of RGB (Red+Green+Blue) = 19+118+124=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #13767C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13767C is #EC8983. Grayscale: #585858. Windows color (decimal): -15501700 or 8156691. OLE color: 8156691.

HSL color Cylindrical-coordinate representation of color #13767C: hue angle of 183.43º degrees, saturation: 0.73, 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 #13767C is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 118 124 -
CMYK 0.85 0.05 0 0.51
HSL 183.43º 0.73% 0.28% -
HSV(B) 183.43º 0.85% 0.49% -
XYZ 10.39 14.55 21.33 -
YUV 89.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 19 118 124 0.85 0.05 0 0.51 183.43 0.73 0.28
Hex 13 76 7C 55 5 0 33 B7 49 1C
Octal 23 166 174 125 5 0 63 267 111 34
Binary 10011 1110110 1111100 1010101 101 0 110011 10110111 1001001 11100

Color Harmonies of #13767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13767C

Black with #13767C

Text Example


Text Example

White with #13767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13767C; }

 p { color: rgb(19,118,124); }

 H1.HeaderClassName
 {
   color: #13767C;
 }
 .AnyTagClassName
 {
   color: #13767C;
 }
</style>

background-color css

<style>
 a { background-color: #13767C; }

 a { background-color: rgb(19,118,124); }

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

border-color css

<style>
 span { border-color: #13767C; }

 span { border-color: rgb(19,118,124); }

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