Html Css Color HEX #136683 Allports

📋 copy color: '#136683'

red 19 ◦ green 102 ◦ blue 131

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

Shades of Allports #136683

Tints of Allports #136683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 7.54%
G = 40.48%
B = 51.98%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136683 (or 0x136683) is known color: Allports. HEX triplet: 13, 66 and 83. RGB value is (19,102,131). Sum of RGB (Red+Green+Blue) = 19+102+131=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #136683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136683 is #EC997C. Grayscale: #505050. Windows color (decimal): -15505789 or 8611347. OLE color: 8611347.

HSL color Cylindrical-coordinate representation of color #136683: hue angle of 195.54º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136683 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 102 131 -
CMYK 0.85 0.22 0 0.49
HSL 195.54º 0.75% 0.29% -
HSV(B) 195.54º 0.85% 0.51% -
XYZ 9.12 11.28 23.17 -
YUV 80.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 19 102 131 0.85 0.22 0 0.49 195.54 0.75 0.29
Hex 13 66 83 55 16 0 31 C4 4B 1D
Octal 23 146 203 125 26 0 61 304 113 35
Binary 10011 1100110 10000011 1010101 10110 0 110001 11000100 1001011 11101

Color Harmonies of #136683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136683

Black with #136683

Text Example


Text Example

White with #136683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136683; }

 p { color: rgb(19,102,131); }

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

background-color css

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

 a { background-color: rgb(19,102,131); }

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

border-color css

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

 span { border-color: rgb(19,102,131); }

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