Html Css Color HEX #136793 Allports

📋 copy color: '#136793'

red 19 ◦ green 103 ◦ blue 147

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

Shades of Allports #136793

Tints of Allports #136793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 7.06%
G = 38.29%
B = 54.65%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136793 (or 0x136793) is known color: Allports. HEX triplet: 13, 67 and 93. RGB value is (19,103,147). Sum of RGB (Red+Green+Blue) = 19+103+147=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #136793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136793 is #EC986C. Grayscale: #525252. Windows color (decimal): -15505517 or 9660179. OLE color: 9660179.

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

Color convert

RGB 19 103 147 -
CMYK 0.87 0.30 0 0.42
HSL 200.63º 0.77% 0.33% -
HSV(B) 200.63º 0.87% 0.58% -
XYZ 10.39 11.95 29.36 -
YUV 82.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 19 103 147 0.87 0.30 0 0.42 200.63 0.77 0.33
Hex 13 67 93 57 1E 0 2A C9 4D 21
Octal 23 147 223 127 36 0 52 311 115 41
Binary 10011 1100111 10010011 1010111 11110 0 101010 11001001 1001101 100001

Color Harmonies of #136793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136793

Black with #136793

Text Example


Text Example

White with #136793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136793; }

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

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

background-color css

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

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

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

border-color css

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

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

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