#194573

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

Shades of Dark Cerulean #194573

Tints of Dark Cerulean #194573

Color information

#194573 (or 0x194573) is unknown color: approx Dark Cerulean. HEX triplet: 19, 45 and 73. RGB value is (25,69,115). Sum of RGB (Red+Green+Blue) = 25+69+115=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #194573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194573 is #E6BA8C. Grayscale: #3C3C3C. Windows color (decimal): -15121037 or 7554329. OLE color: 7554329.

HSL color Cylindrical-coordinate representation of color #194573: hue angle of 210.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194573 is Cyan = 0.78, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2569115-
CMYK0.780.400.55
HSL210.67º64.29%27.45%-
HSV(B)210.67º78.26%45.1%-
XYZ5.625.717.02-
YUV61.09158.42102.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=11.96%
G=33.01%
B=55.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25691150.780.400.55210.6764.2927.45
Hex1945734E28037d3401b
Octal311051631165006732310033
Binary11001100010111100111001110101000011011111010011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194573; }

 p { color: rgb(25,69,115); }

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

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

 a { background-color: rgb(25,69,115); }

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

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

 span { border-color: rgb(25,69,115); }

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