#13819E

Color #13819E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #13819E

Tints of Eastern Blue #13819E

Color information

#13819E (or 0x13819E) is unknown color: approx Eastern Blue. HEX triplet: 13, 81 and 9E. RGB value is (19,129,158). Sum of RGB (Red+Green+Blue) = 19+129+158=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #13819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13819E is #EC7E61. Grayscale: #636363. Windows color (decimal): -15498850 or 10387731. OLE color: 10387731.

HSL color Cylindrical-coordinate representation of color #13819E: hue angle of 192.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13819E is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19129158-
CMYK0.880.1800.38
HSL192.52º78.53%34.71%-
HSV(B)192.52º87.97%61.96%-
XYZ14.2918.3135.13-
YUV99.42161.0670.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.21%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=6.21%
G=42.16%
B=51.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191291580.880.1800.38192.5278.5334.71
Hex13819E5812026c14f23
Octal232012361302204630111743
Binary1001110000001100111101011000100100100110110000011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13819E; }

 p { color: rgb(19,129,158); }

 H1.HeaderClassName
 {
   color: #13819E;
 }
 .AnyTagClassName
 {
   color: #13819E;
 }
</style>
background-color css

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

 a { background-color: rgb(19,129,158); }

 div.DivClassName
 {
   background-color: #13819E;
 }
 .BgClassName
 {
   background-color: #13819E;
 }
</style>
border-color css

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

 span { border-color: rgb(19,129,158); }

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