#193786

Color #193786 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #193786

Tints of Dark Cerulean #193786

Color information

#193786 (or 0x193786) is unknown color: approx Dark Cerulean. HEX triplet: 19, 37 and 86. RGB value is (25,55,134). Sum of RGB (Red+Green+Blue) = 25+55+134=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #193786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193786 is #E6C879. Grayscale: #363636. Windows color (decimal): -15124602 or 8795929. OLE color: 8795929.

HSL color Cylindrical-coordinate representation of color #193786: hue angle of 223.49º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193786 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2555134-
CMYK0.810.5900.47
HSL223.49º68.55%31.18%-
HSV(B)223.49º81.34%52.55%-
XYZ6.074.6623.13-
YUV55.04172.56106.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 134 (52.73% from 255) = 62.62%
R=11.68%
G=25.70%
B=62.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25551340.810.5900.47223.4968.5531.18
Hex193786513B02Fdf451f
Octal31672061217305733710537
Binary11001110111100001101010001111011010111111011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193786; }

 p { color: rgb(25,55,134); }

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

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

 a { background-color: rgb(25,55,134); }

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

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

 span { border-color: rgb(25,55,134); }

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