#193C86

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

Shades of Dark Cerulean #193C86

Tints of Dark Cerulean #193C86

Color information

#193C86 (or 0x193C86) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3C and 86. RGB value is (25,60,134). Sum of RGB (Red+Green+Blue) = 25+60+134=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #193C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C86 is #E6C379. Grayscale: #393939. Windows color (decimal): -15123322 or 8797209. OLE color: 8797209.

HSL color Cylindrical-coordinate representation of color #193C86: hue angle of 220.73º 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 #193C86 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2560134-
CMYK0.810.5500.47
HSL220.73º68.55%31.18%-
HSV(B)220.73º81.34%52.55%-
XYZ6.325.1623.22-
YUV57.97170.9104.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=11.42%
G=27.40%
B=61.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25601340.810.5500.47220.7368.5531.18
Hex193C86513702Fdd451f
Octal31742061216705733510537
Binary11001111100100001101010001110111010111111011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193C86; }

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

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

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

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

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

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

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

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