Html Css Color HEX #136272 Allports

📋 copy color: '#136272'

red 19 ◦ green 98 ◦ blue 114

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

Shades of Allports #136272

Tints of Allports #136272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 8.23%
G = 42.42%
B = 49.35%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136272 (or 0x136272) is known color: Allports. HEX triplet: 13, 62 and 72. RGB value is (19,98,114). Sum of RGB (Red+Green+Blue) = 19+98+114=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #136272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136272 is #EC9D8D. Grayscale: #4C4C4C. Windows color (decimal): -15506830 or 7496211. OLE color: 7496211.

HSL color Cylindrical-coordinate representation of color #136272: hue angle of 190.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136272 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 98 114 -
CMYK 0.83 0.14 0 0.55
HSL 190.11º 0.71% 0.26% -
HSV(B) 190.11º 0.83% 0.45% -
XYZ 7.67 10.09 17.46 -
YUV 76.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 19 98 114 0.83 0.14 0 0.55 190.11 0.71 0.26
Hex 13 62 72 53 E 0 37 BE 47 1A
Octal 23 142 162 123 16 0 67 276 107 32
Binary 10011 1100010 1110010 1010011 1110 0 110111 10111110 1000111 11010

Color Harmonies of #136272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136272

Black with #136272

Text Example


Text Example

White with #136272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136272; }

 p { color: rgb(19,98,114); }

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

background-color css

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

 a { background-color: rgb(19,98,114); }

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

border-color css

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

 span { border-color: rgb(19,98,114); }

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