Html Css Color HEX #136483 Allports

📋 copy color: '#136483'

red 19 ◦ green 100 ◦ blue 131

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

Shades of Allports #136483

Tints of Allports #136483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

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

R = 7.6%
G = 40%
B = 52.4%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#136483 (or 0x136483) is known color: Allports. HEX triplet: 13, 64 and 83. RGB value is (19,100,131). Sum of RGB (Red+Green+Blue) = 19+100+131=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #136483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136483 is #EC9B7C. Grayscale: #4F4F4F. Windows color (decimal): -15506301 or 8610835. OLE color: 8610835.

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

Color convert

RGB 19 100 131 -
CMYK 0.85 0.24 0 0.49
HSL 196.61º 0.75% 0.29% -
HSV(B) 196.61º 0.85% 0.51% -
XYZ 8.92 10.89 23.1 -
YUV 79.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 19 100 131 0.85 0.24 0 0.49 196.61 0.75 0.29
Hex 13 64 83 55 18 0 31 C5 4B 1D
Octal 23 144 203 125 30 0 61 305 113 35
Binary 10011 1100100 10000011 1010101 11000 0 110001 11000101 1001011 11101

Color Harmonies of #136483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136483

Black with #136483

Text Example


Text Example

White with #136483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136483; }

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

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

background-color css

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

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

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

border-color css

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

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

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