Html Css Color HEX #136583 Allports

📋 copy color: '#136583'

red 19 ◦ green 101 ◦ blue 131

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

Shades of Allports #136583

Tints of Allports #136583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 7.57%
G = 40.24%
B = 52.19%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136583 (or 0x136583) is known color: Allports. HEX triplet: 13, 65 and 83. RGB value is (19,101,131). Sum of RGB (Red+Green+Blue) = 19+101+131=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #136583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136583 is #EC9A7C. Grayscale: #4F4F4F. Windows color (decimal): -15506045 or 8611091. OLE color: 8611091.

HSL color Cylindrical-coordinate representation of color #136583: hue angle of 196.07º 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 #136583 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 101 131 -
CMYK 0.85 0.23 0 0.49
HSL 196.07º 0.75% 0.29% -
HSV(B) 196.07º 0.85% 0.51% -
XYZ 9.02 11.08 23.14 -
YUV 79.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 19 101 131 0.85 0.23 0 0.49 196.07 0.75 0.29
Hex 13 65 83 55 17 0 31 C4 4B 1D
Octal 23 145 203 125 27 0 61 304 113 35
Binary 10011 1100101 10000011 1010101 10111 0 110001 11000100 1001011 11101

Color Harmonies of #136583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136583

Black with #136583

Text Example


Text Example

White with #136583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136583; }

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

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

background-color css

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

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

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

border-color css

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

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

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