Html Css Color HEX #136773 Allports

📋 copy color: '#136773'

red 19 ◦ green 103 ◦ blue 115

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

Shades of Allports #136773

Tints of Allports #136773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 8.02%
G = 43.46%
B = 48.52%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136773 (or 0x136773) is known color: Allports. HEX triplet: 13, 67 and 73. RGB value is (19,103,115). Sum of RGB (Red+Green+Blue) = 19+103+115=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #136773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136773 is #EC988C. Grayscale: #4F4F4F. Windows color (decimal): -15505549 or 7563027. OLE color: 7563027.

HSL color Cylindrical-coordinate representation of color #136773: hue angle of 187.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136773 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 103 115 -
CMYK 0.83 0.10 0 0.55
HSL 187.5º 0.72% 0.26% -
HSV(B) 187.5º 0.83% 0.45% -
XYZ 8.21 11.08 17.92 -
YUV 79.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 19 103 115 0.83 0.10 0 0.55 187.5 0.72 0.26
Hex 13 67 73 53 A 0 37 BC 48 1A
Octal 23 147 163 123 12 0 67 274 110 32
Binary 10011 1100111 1110011 1010011 1010 0 110111 10111100 1001000 11010

Color Harmonies of #136773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136773

Black with #136773

Text Example


Text Example

White with #136773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136773; }

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

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

background-color css

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

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

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

border-color css

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

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

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