#193D86

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

Shades of Dark Cerulean #193D86

Tints of Dark Cerulean #193D86

Color information

#193D86 (or 0x193D86) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3D and 86. RGB value is (25,61,134). Sum of RGB (Red+Green+Blue) = 25+61+134=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #193D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D86 is #E6C279. Grayscale: #3A3A3A. Windows color (decimal): -15123066 or 8797465. OLE color: 8797465.

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

Color convert

RGB2561134-
CMYK0.810.5400.47
HSL220.18º68.55%31.18%-
HSV(B)220.18º81.34%52.55%-
XYZ6.375.2723.23-
YUV58.56170.57104.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 134 (52.73% from 255) = 60.91%
R=11.36%
G=27.73%
B=60.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25611340.810.5400.47220.1868.5531.18
Hex193D86513602Fdc451f
Octal31752061216605733410537
Binary11001111101100001101010001110110010111111011100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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