Html Css Color HEX #136472 Allports

📋 copy color: '#136472'

red 19 ◦ green 100 ◦ blue 114

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

Shades of Allports #136472

Tints of Allports #136472

RGB

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

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

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

R = 8.15%
G = 42.92%
B = 48.93%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136472 (or 0x136472) is known color: Allports. HEX triplet: 13, 64 and 72. RGB value is (19,100,114). Sum of RGB (Red+Green+Blue) = 19+100+114=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #136472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136472 is #EC9B8D. Grayscale: #4D4D4D. Windows color (decimal): -15506318 or 7496723. OLE color: 7496723.

HSL color Cylindrical-coordinate representation of color #136472: hue angle of 188.84º 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 #136472 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 100 114 -
CMYK 0.83 0.12 0 0.55
HSL 188.84º 0.71% 0.26% -
HSV(B) 188.84º 0.83% 0.45% -
XYZ 7.86 10.47 17.53 -
YUV 77.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 19 100 114 0.83 0.12 0 0.55 188.84 0.71 0.26
Hex 13 64 72 53 C 0 37 BD 47 1A
Octal 23 144 162 123 14 0 67 275 107 32
Binary 10011 1100100 1110010 1010011 1100 0 110111 10111101 1000111 11010

Color Harmonies of #136472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136472

Black with #136472

Text Example


Text Example

White with #136472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136472; }

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

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

background-color css

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

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

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

border-color css

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

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

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