Html Css Color HEX #136485 Allports

📋 copy color: '#136485'

red 19 ◦ green 100 ◦ blue 133

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

Shades of Allports #136485

Tints of Allports #136485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 7.54%
G = 39.68%
B = 52.78%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#136485 (or 0x136485) is known color: Allports. HEX triplet: 13, 64 and 85. RGB value is (19,100,133). Sum of RGB (Red+Green+Blue) = 19+100+133=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #136485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136485 is #EC9B7A. Grayscale: #4F4F4F. Windows color (decimal): -15506299 or 8741907. OLE color: 8741907.

HSL color Cylindrical-coordinate representation of color #136485: hue angle of 197.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136485 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 100 133 -
CMYK 0.86 0.25 0 0.48
HSL 197.37º 0.75% 0.3% -
HSV(B) 197.37º 0.86% 0.52% -
XYZ 9.06 10.95 23.83 -
YUV 79.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 19 100 133 0.86 0.25 0 0.48 197.37 0.75 0.3
Hex 13 64 85 56 19 0 30 C5 4B 1E
Octal 23 144 205 126 31 0 60 305 113 36
Binary 10011 1100100 10000101 1010110 11001 0 110000 11000101 1001011 11110

Color Harmonies of #136485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136485

Black with #136485

Text Example


Text Example

White with #136485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136485; }

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

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

background-color css

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

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

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

border-color css

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

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

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