Html Css Color HEX #136A94 Allports

📋 copy color: '#136A94'

red 19 ◦ green 106 ◦ blue 148

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

Shades of Allports #136A94

Tints of Allports #136A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 6.96%
G = 38.83%
B = 54.21%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136A94 (or 0x136A94) is known color: Allports. HEX triplet: 13, 6A and 94. RGB value is (19,106,148). Sum of RGB (Red+Green+Blue) = 19+106+148=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #136A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A94 is #EC956B. Grayscale: #545454. Windows color (decimal): -15504748 or 9726483. OLE color: 9726483.

HSL color Cylindrical-coordinate representation of color #136A94: hue angle of 199.53º 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 #136A94 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 106 148 -
CMYK 0.87 0.28 0 0.42
HSL 199.53º 0.77% 0.33% -
HSV(B) 199.53º 0.87% 0.58% -
XYZ 10.77 12.58 29.88 -
YUV 84.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 19 106 148 0.87 0.28 0 0.42 199.53 0.77 0.33
Hex 13 6A 94 57 1C 0 2A C8 4D 21
Octal 23 152 224 127 34 0 52 310 115 41
Binary 10011 1101010 10010100 1010111 11100 0 101010 11001000 1001101 100001

Color Harmonies of #136A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A94

Black with #136A94

Text Example


Text Example

White with #136A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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