#193A81

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

Shades of Dark Cerulean #193A81

Tints of Dark Cerulean #193A81

Color information

#193A81 (or 0x193A81) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3A and 81. RGB value is (25,58,129). Sum of RGB (Red+Green+Blue) = 25+58+129=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #193A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A81 is #E6C57E. Grayscale: #373737. Windows color (decimal): -15123839 or 8469017. OLE color: 8469017.

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

Color convert

RGB2558129-
CMYK0.810.5500.49
HSL220.96º67.53%30.2%-
HSV(B)220.96º80.62%50.59%-
XYZ5.884.8221.39-
YUV56.23169.07105.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=11.79%
G=27.36%
B=60.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25581290.810.5500.49220.9667.5330.2
Hex193A815137031dd441e
Octal31722011216706133510436
Binary11001111010100000011010001110111011000111011101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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