Html Css Color HEX #13617A Allports

📋 copy color: '#13617A'

red 19 ◦ green 97 ◦ blue 122

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

Shades of Allports #13617A

Tints of Allports #13617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 7.98%
G = 40.76%
B = 51.26%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13617A (or 0x13617A) is known color: Allports. HEX triplet: 13, 61 and 7A. RGB value is (19,97,122). Sum of RGB (Red+Green+Blue) = 19+97+122=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #13617A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13617A is #EC9E85. Grayscale: #4C4C4C. Windows color (decimal): -15507078 or 8020243. OLE color: 8020243.

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

Color convert

RGB 19 97 122 -
CMYK 0.84 0.20 0 0.52
HSL 194.56º 0.73% 0.28% -
HSV(B) 194.56º 0.84% 0.48% -
XYZ 8.06 10.09 19.94 -
YUV 76.53 153.66 86.97 -
System Red Green Blue C M Y K H S L
Decimal 19 97 122 0.84 0.20 0 0.52 194.56 0.73 0.28
Hex 13 61 7A 54 14 0 34 C3 49 1C
Octal 23 141 172 124 24 0 64 303 111 34
Binary 10011 1100001 1111010 1010100 10100 0 110100 11000011 1001001 11100

Color Harmonies of #13617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13617A

Black with #13617A

Text Example


Text Example

White with #13617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13617A; }

 p { color: rgb(19,97,122); }

 H1.HeaderClassName
 {
   color: #13617A;
 }
 .AnyTagClassName
 {
   color: #13617A;
 }
</style>

background-color css

<style>
 a { background-color: #13617A; }

 a { background-color: rgb(19,97,122); }

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

border-color css

<style>
 span { border-color: #13617A; }

 span { border-color: rgb(19,97,122); }

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