#194073

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

Shades of Dark Cerulean #194073

Tints of Dark Cerulean #194073

Color information

#194073 (or 0x194073) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 73. RGB value is (25,64,115). Sum of RGB (Red+Green+Blue) = 25+64+115=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #194073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194073 is #E6BF8C. Grayscale: #393939. Windows color (decimal): -15122317 or 7553049. OLE color: 7553049.

HSL color Cylindrical-coordinate representation of color #194073: hue angle of 214º 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 #194073 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2564115-
CMYK0.780.4400.55
HSL214º64.29%27.45%-
HSV(B)214º78.26%45.1%-
XYZ5.335.1116.93-
YUV58.15160.08104.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=12.25%
G=31.37%
B=56.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25641150.780.4400.5521464.2927.45
Hex1940734E2C037d6401b
Octal311001631165406732610033
Binary11001100000011100111001110101100011011111010110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194073; }

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

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

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

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

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

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

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

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