Html Css Color HEX #136A95 Allports

📋 copy color: '#136A95'

red 19 ◦ green 106 ◦ blue 149

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

Shades of Allports #136A95

Tints of Allports #136A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 6.93%
G = 38.69%
B = 54.38%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136A95 (or 0x136A95) is known color: Allports. HEX triplet: 13, 6A and 95. RGB value is (19,106,149). Sum of RGB (Red+Green+Blue) = 19+106+149=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #136A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A95 is #EC956A. Grayscale: #545454. Windows color (decimal): -15504747 or 9792019. OLE color: 9792019.

HSL color Cylindrical-coordinate representation of color #136A95: hue angle of 199.85º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136A95 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 106 149 -
CMYK 0.87 0.29 0 0.42
HSL 199.85º 0.77% 0.33% -
HSV(B) 199.85º 0.87% 0.58% -
XYZ 10.85 12.62 30.3 -
YUV 84.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 19 106 149 0.87 0.29 0 0.42 199.85 0.77 0.33
Hex 13 6A 95 57 1D 0 2A C8 4D 21
Octal 23 152 225 127 35 0 52 310 115 41
Binary 10011 1101010 10010101 1010111 11101 0 101010 11001000 1001101 100001

Color Harmonies of #136A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A95

Black with #136A95

Text Example


Text Example

White with #136A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136A95; }

 p { color: rgb(19,106,149); }

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

background-color css

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

 a { background-color: rgb(19,106,149); }

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

border-color css

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

 span { border-color: rgb(19,106,149); }

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