Html Css Color HEX #136593 Allports

📋 copy color: '#136593'

red 19 ◦ green 101 ◦ blue 147

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

Shades of Allports #136593

Tints of Allports #136593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

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

R = 7.12%
G = 37.83%
B = 55.06%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136593 (or 0x136593) is known color: Allports. HEX triplet: 13, 65 and 93. RGB value is (19,101,147). Sum of RGB (Red+Green+Blue) = 19+101+147=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #136593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136593 is #EC9A6C. Grayscale: #515151. Windows color (decimal): -15506029 or 9659667. OLE color: 9659667.

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

Color convert

RGB 19 101 147 -
CMYK 0.87 0.31 0 0.42
HSL 201.56º 0.77% 0.33% -
HSV(B) 201.56º 0.87% 0.58% -
XYZ 10.19 11.55 29.3 -
YUV 81.73 164.83 83.26 -
System Red Green Blue C M Y K H S L
Decimal 19 101 147 0.87 0.31 0 0.42 201.56 0.77 0.33
Hex 13 65 93 57 1F 0 2A CA 4D 21
Octal 23 145 223 127 37 0 52 312 115 41
Binary 10011 1100101 10010011 1010111 11111 0 101010 11001010 1001101 100001

Color Harmonies of #136593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136593

Black with #136593

Text Example


Text Example

White with #136593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136593; }

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

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

background-color css

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

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

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

border-color css

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

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

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