#193A71

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

Shades of Dark Cerulean #193A71

Tints of Dark Cerulean #193A71

Color information

#193A71 (or 0x193A71) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3A and 71. RGB value is (25,58,113). Sum of RGB (Red+Green+Blue) = 25+58+113=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #193A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A71 is #E6C58E. Grayscale: #363636. Windows color (decimal): -15123855 or 7420441. OLE color: 7420441.

HSL color Cylindrical-coordinate representation of color #193A71: hue angle of 217.5º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193A71 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2558113-
CMYK0.780.4900.56
HSL217.5º63.77%27.06%-
HSV(B)217.5º77.88%44.31%-
XYZ4.894.4316.22-
YUV54.4161.07107.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=12.76%
G=29.59%
B=57.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25581130.780.4900.56217.563.7727.06
Hex193A714E31038da401b
Octal31721611166107033210033
Binary1100111101011100011001110110001011100011011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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