Html Css Color HEX #136A7D Allports

📋 copy color: '#136A7D'

red 19 ◦ green 106 ◦ blue 125

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

Shades of Allports #136A7D

Tints of Allports #136A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50%

R = 7.6%
G = 42.4%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#136A7D (or 0x136A7D) is known color: Allports. HEX triplet: 13, 6A and 7D. RGB value is (19,106,125). Sum of RGB (Red+Green+Blue) = 19+106+125=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #136A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A7D is #EC9582. Grayscale: #515151. Windows color (decimal): -15504771 or 8219155. OLE color: 8219155.

HSL color Cylindrical-coordinate representation of color #136A7D: hue angle of 190.75º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136A7D is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 106 125 -
CMYK 0.85 0.15 0 0.51
HSL 190.75º 0.74% 0.28% -
HSV(B) 190.75º 0.85% 0.49% -
XYZ 9.12 11.93 21.22 -
YUV 82.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 19 106 125 0.85 0.15 0 0.51 190.75 0.74 0.28
Hex 13 6A 7D 55 F 0 33 BF 4A 1C
Octal 23 152 175 125 17 0 63 277 112 34
Binary 10011 1101010 1111101 1010101 1111 0 110011 10111111 1001010 11100

Color Harmonies of #136A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A7D

Black with #136A7D

Text Example


Text Example

White with #136A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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