#193D81

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

Shades of Dark Cerulean #193D81

Tints of Dark Cerulean #193D81

Color information

#193D81 (or 0x193D81) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3D and 81. RGB value is (25,61,129). Sum of RGB (Red+Green+Blue) = 25+61+129=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #193D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D81 is #E6C27E. Grayscale: #393939. Windows color (decimal): -15123071 or 8469785. OLE color: 8469785.

HSL color Cylindrical-coordinate representation of color #193D81: hue angle of 219.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193D81 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2561129-
CMYK0.810.5300.49
HSL219.23º67.53%30.2%-
HSV(B)219.23º80.62%50.59%-
XYZ6.035.1321.44-
YUV57.99168.07104.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.63%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 129 (50.78% from 255) = 60%
R=11.63%
G=28.37%
B=60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25611290.810.5300.49219.2367.5330.2
Hex193D815135031db441e
Octal31752011216506133310436
Binary11001111101100000011010001110101011000111011011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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