Html Css Color HEX #136779 Allports

📋 copy color: '#136779'

red 19 ◦ green 103 ◦ blue 121

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

Shades of Allports #136779

Tints of Allports #136779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

 BLUE value IS 121 (47.66% from 255) = 49.79%

R = 7.82%
G = 42.39%
B = 49.79%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136779 (or 0x136779) is known color: Allports. HEX triplet: 13, 67 and 79. RGB value is (19,103,121). Sum of RGB (Red+Green+Blue) = 19+103+121=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #136779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136779 is #EC9886. Grayscale: #4F4F4F. Windows color (decimal): -15505543 or 7956243. OLE color: 7956243.

HSL color Cylindrical-coordinate representation of color #136779: hue angle of 190.59º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136779 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 103 121 -
CMYK 0.84 0.15 0 0.53
HSL 190.59º 0.73% 0.27% -
HSV(B) 190.59º 0.84% 0.47% -
XYZ 8.57 11.22 19.8 -
YUV 79.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 19 103 121 0.84 0.15 0 0.53 190.59 0.73 0.27
Hex 13 67 79 54 F 0 35 BF 49 1B
Octal 23 147 171 124 17 0 65 277 111 33
Binary 10011 1100111 1111001 1010100 1111 0 110101 10111111 1001001 11011

Color Harmonies of #136779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136779

Black with #136779

Text Example


Text Example

White with #136779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136779; }

 p { color: rgb(19,103,121); }

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

background-color css

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

 a { background-color: rgb(19,103,121); }

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

border-color css

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

 span { border-color: rgb(19,103,121); }

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