Html Css Color HEX #136690 Allports

📋 copy color: '#136690'

red 19 ◦ green 102 ◦ blue 144

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

Shades of Allports #136690

Tints of Allports #136690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.49%

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 7.17%
G = 38.49%
B = 54.34%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#136690 (or 0x136690) is known color: Allports. HEX triplet: 13, 66 and 90. RGB value is (19,102,144). Sum of RGB (Red+Green+Blue) = 19+102+144=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #136690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136690 is #EC996F. Grayscale: #515151. Windows color (decimal): -15505776 or 9463315. OLE color: 9463315.

HSL color Cylindrical-coordinate representation of color #136690: hue angle of 200.16º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136690 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 102 144 -
CMYK 0.87 0.29 0 0.44
HSL 200.16º 0.77% 0.32% -
HSV(B) 200.16º 0.87% 0.56% -
XYZ 10.05 11.65 28.11 -
YUV 81.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 19 102 144 0.87 0.29 0 0.44 200.16 0.77 0.32
Hex 13 66 90 57 1D 0 2C C8 4D 20
Octal 23 146 220 127 35 0 54 310 115 40
Binary 10011 1100110 10010000 1010111 11101 0 101100 11001000 1001101 100000

Color Harmonies of #136690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136690

Black with #136690

Text Example


Text Example

White with #136690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136690; }

 p { color: rgb(19,102,144); }

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

background-color css

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

 a { background-color: rgb(19,102,144); }

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

border-color css

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

 span { border-color: rgb(19,102,144); }

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