Html Css Color HEX #13697D Allports

📋 copy color: '#13697D'

red 19 ◦ green 105 ◦ blue 125

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

Shades of Allports #13697D

Tints of Allports #13697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.17%

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 7.63%
G = 42.17%
B = 50.2%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13697D (or 0x13697D) is known color: Allports. HEX triplet: 13, 69 and 7D. RGB value is (19,105,125). Sum of RGB (Red+Green+Blue) = 19+105+125=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #13697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13697D is #EC9682. Grayscale: #515151. Windows color (decimal): -15505027 or 8218899. OLE color: 8218899.

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

Color convert

RGB 19 105 125 -
CMYK 0.85 0.16 0 0.51
HSL 191.32º 0.74% 0.28% -
HSV(B) 191.32º 0.85% 0.49% -
XYZ 9.02 11.72 21.19 -
YUV 81.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 19 105 125 0.85 0.16 0 0.51 191.32 0.74 0.28
Hex 13 69 7D 55 10 0 33 BF 4A 1C
Octal 23 151 175 125 20 0 63 277 112 34
Binary 10011 1101001 1111101 1010101 10000 0 110011 10111111 1001010 11100

Color Harmonies of #13697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13697D

Black with #13697D

Text Example


Text Example

White with #13697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13697D;
 }
 .AnyTagClassName
 {
   color: #13697D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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