Html Css Color HEX #13637F Allports

📋 copy color: '#13637F'

red 19 ◦ green 99 ◦ blue 127

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

Shades of Allports #13637F

Tints of Allports #13637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

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

R = 7.76%
G = 40.41%
B = 51.84%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13637F (or 0x13637F) is known color: Allports. HEX triplet: 13, 63 and 7F. RGB value is (19,99,127). Sum of RGB (Red+Green+Blue) = 19+99+127=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #13637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13637F is #EC9C80. Grayscale: #4E4E4E. Windows color (decimal): -15506561 or 8348435. OLE color: 8348435.

HSL color Cylindrical-coordinate representation of color #13637F: hue angle of 195.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 #13637F is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 99 127 -
CMYK 0.85 0.22 0 0.50
HSL 195.56º 0.74% 0.29% -
HSV(B) 195.56º 0.85% 0.5% -
XYZ 8.56 10.59 21.67 -
YUV 78.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 19 99 127 0.85 0.22 0 0.50 195.56 0.74 0.29
Hex 13 63 7F 55 16 0 32 C4 4A 1D
Octal 23 143 177 125 26 0 62 304 112 35
Binary 10011 1100011 1111111 1010101 10110 0 110010 11000100 1001010 11101

Color Harmonies of #13637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13637F

Black with #13637F

Text Example


Text Example

White with #13637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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