Html Css Color HEX #136384 Allports

📋 copy color: '#136384'

red 19 ◦ green 99 ◦ blue 132

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

Shades of Allports #136384

Tints of Allports #136384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 7.6%
G = 39.6%
B = 52.8%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#136384 (or 0x136384) is known color: Allports. HEX triplet: 13, 63 and 84. RGB value is (19,99,132). Sum of RGB (Red+Green+Blue) = 19+99+132=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #136384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136384 is #EC9C7B. Grayscale: #4E4E4E. Windows color (decimal): -15506556 or 8676115. OLE color: 8676115.

HSL color Cylindrical-coordinate representation of color #136384: hue angle of 197.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136384 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 99 132 -
CMYK 0.86 0.25 0 0.48
HSL 197.52º 0.75% 0.3% -
HSV(B) 197.52º 0.86% 0.52% -
XYZ 8.9 10.73 23.43 -
YUV 78.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 19 99 132 0.86 0.25 0 0.48 197.52 0.75 0.3
Hex 13 63 84 56 19 0 30 C6 4B 1E
Octal 23 143 204 126 31 0 60 306 113 36
Binary 10011 1100011 10000100 1010110 11001 0 110000 11000110 1001011 11110

Color Harmonies of #136384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136384

Black with #136384

Text Example


Text Example

White with #136384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136384; }

 p { color: rgb(19,99,132); }

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

background-color css

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

 a { background-color: rgb(19,99,132); }

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

border-color css

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

 span { border-color: rgb(19,99,132); }

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