#194780

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

Shades of Dark Cerulean #194780

Tints of Dark Cerulean #194780

Color information

#194780 (or 0x194780) is unknown color: approx Dark Cerulean. HEX triplet: 19, 47 and 80. RGB value is (25,71,128). Sum of RGB (Red+Green+Blue) = 25+71+128=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #194780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194780 is #E6B87F. Grayscale: #3F3F3F. Windows color (decimal): -15120512 or 8406809. OLE color: 8406809.

HSL color Cylindrical-coordinate representation of color #194780: hue angle of 213.2º 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 #194780 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2571128-
CMYK0.800.4500.50
HSL213.2º67.32%30%-
HSV(B)213.2º80.47%50.2%-
XYZ6.556.2721.29-
YUV63.74164.26100.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=11.16%
G=31.70%
B=57.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25711280.800.4500.50213.267.3230
Hex194780502D032d5431e
Octal311072001205506232510336
Binary110011000111100000001010000101101011001011010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194780; }

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

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

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

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

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

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

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

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