#194880

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

Shades of Dark Cerulean #194880

Tints of Dark Cerulean #194880

Color information

#194880 (or 0x194880) is unknown color: approx Dark Cerulean. HEX triplet: 19, 48 and 80. RGB value is (25,72,128). Sum of RGB (Red+Green+Blue) = 25+72+128=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #194880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194880 is #E6B77F. Grayscale: #404040. Windows color (decimal): -15120256 or 8407065. OLE color: 8407065.

HSL color Cylindrical-coordinate representation of color #194880: hue angle of 212.62º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194880 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2572128-
CMYK0.800.4400.50
HSL212.62º67.32%30%-
HSV(B)212.62º80.47%50.2%-
XYZ6.616.421.31-
YUV64.33163.9399.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=11.11%
G=32%
B=56.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25721280.800.4400.50212.6267.3230
Hex194880502C032d5431e
Octal311102001205406232510336
Binary110011001000100000001010000101100011001011010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194880; }

 p { color: rgb(25,72,128); }

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

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

 a { background-color: rgb(25,72,128); }

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

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

 span { border-color: rgb(25,72,128); }

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