Html Css Color HEX #136385 Allports

📋 copy color: '#136385'

red 19 ◦ green 99 ◦ blue 133

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

Shades of Allports #136385

Tints of Allports #136385

RGB

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

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

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

R = 7.57%
G = 39.44%
B = 52.99%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#136385 (or 0x136385) is known color: Allports. HEX triplet: 13, 63 and 85. RGB value is (19,99,133). Sum of RGB (Red+Green+Blue) = 19+99+133=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #136385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136385 is #EC9C7A. Grayscale: #4E4E4E. Windows color (decimal): -15506555 or 8741651. OLE color: 8741651.

HSL color Cylindrical-coordinate representation of color #136385: hue angle of 197.89º 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 #136385 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 99 133 -
CMYK 0.86 0.26 0 0.48
HSL 197.89º 0.75% 0.3% -
HSV(B) 197.89º 0.86% 0.52% -
XYZ 8.96 10.76 23.79 -
YUV 78.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 19 99 133 0.86 0.26 0 0.48 197.89 0.75 0.3
Hex 13 63 85 56 1A 0 30 C6 4B 1E
Octal 23 143 205 126 32 0 60 306 113 36
Binary 10011 1100011 10000101 1010110 11010 0 110000 11000110 1001011 11110

Color Harmonies of #136385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136385

Black with #136385

Text Example


Text Example

White with #136385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136385; }

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

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

background-color css

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

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

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

border-color css

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

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

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