Html Css Color HEX #136993 Allports

📋 copy color: '#136993'

red 19 ◦ green 105 ◦ blue 147

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

Shades of Allports #136993

Tints of Allports #136993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

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

R = 7.01%
G = 38.75%
B = 54.24%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136993 (or 0x136993) is known color: Allports. HEX triplet: 13, 69 and 93. RGB value is (19,105,147). Sum of RGB (Red+Green+Blue) = 19+105+147=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #136993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136993 is #EC966C. Grayscale: #535353. Windows color (decimal): -15505005 or 9660691. OLE color: 9660691.

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

Color convert

RGB 19 105 147 -
CMYK 0.87 0.29 0 0.42
HSL 199.69º 0.77% 0.33% -
HSV(B) 199.69º 0.87% 0.58% -
XYZ 10.59 12.35 29.43 -
YUV 84.07 163.51 81.58 -
System Red Green Blue C M Y K H S L
Decimal 19 105 147 0.87 0.29 0 0.42 199.69 0.77 0.33
Hex 13 69 93 57 1D 0 2A C8 4D 21
Octal 23 151 223 127 35 0 52 310 115 41
Binary 10011 1101001 10010011 1010111 11101 0 101010 11001000 1001101 100001

Color Harmonies of #136993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136993

Black with #136993

Text Example


Text Example

White with #136993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136993; }

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

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

background-color css

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

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

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

border-color css

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

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

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