Html Css Color HEX #136388 Allports

📋 copy color: '#136388'

red 19 ◦ green 99 ◦ blue 136

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

Shades of Allports #136388

Tints of Allports #136388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 7.48%
G = 38.98%
B = 53.54%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136388 (or 0x136388) is known color: Allports. HEX triplet: 13, 63 and 88. RGB value is (19,99,136). Sum of RGB (Red+Green+Blue) = 19+99+136=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #136388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136388 is #EC9C77. Grayscale: #4F4F4F. Windows color (decimal): -15506552 or 8938259. OLE color: 8938259.

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

Color convert

RGB 19 99 136 -
CMYK 0.86 0.27 0 0.47
HSL 198.97º 0.75% 0.3% -
HSV(B) 198.97º 0.86% 0.53% -
XYZ 9.17 10.84 24.9 -
YUV 79.3 160 84.99 -
System Red Green Blue C M Y K H S L
Decimal 19 99 136 0.86 0.27 0 0.47 198.97 0.75 0.3
Hex 13 63 88 56 1B 0 2F C7 4B 1E
Octal 23 143 210 126 33 0 57 307 113 36
Binary 10011 1100011 10001000 1010110 11011 0 101111 11000111 1001011 11110

Color Harmonies of #136388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136388

Black with #136388

Text Example


Text Example

White with #136388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136388; }

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

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

background-color css

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

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

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

border-color css

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

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

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