Html Css Color HEX #136475 Allports

📋 copy color: '#136475'

red 19 ◦ green 100 ◦ blue 117

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

Shades of Allports #136475

Tints of Allports #136475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 8.05%
G = 42.37%
B = 49.58%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136475 (or 0x136475) is known color: Allports. HEX triplet: 13, 64 and 75. RGB value is (19,100,117). Sum of RGB (Red+Green+Blue) = 19+100+117=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #136475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136475 is #EC9B8A. Grayscale: #4D4D4D. Windows color (decimal): -15506315 or 7693331. OLE color: 7693331.

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

Color convert

RGB 19 100 117 -
CMYK 0.84 0.15 0 0.54
HSL 190.41º 0.72% 0.27% -
HSV(B) 190.41º 0.84% 0.46% -
XYZ 8.04 10.54 18.44 -
YUV 77.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 19 100 117 0.84 0.15 0 0.54 190.41 0.72 0.27
Hex 13 64 75 54 F 0 36 BE 48 1B
Octal 23 144 165 124 17 0 66 276 110 33
Binary 10011 1100100 1110101 1010100 1111 0 110110 10111110 1001000 11011

Color Harmonies of #136475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136475

Black with #136475

Text Example


Text Example

White with #136475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136475; }

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

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

background-color css

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

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

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

border-color css

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

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

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