#194980

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

Shades of Dark Cerulean #194980

Tints of Dark Cerulean #194980

Color information

#194980 (or 0x194980) is unknown color: approx Dark Cerulean. HEX triplet: 19, 49 and 80. RGB value is (25,73,128). Sum of RGB (Red+Green+Blue) = 25+73+128=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #194980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194980 is #E6B67F. Grayscale: #404040. Windows color (decimal): -15120000 or 8407321. OLE color: 8407321.

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

Color convert

RGB2573128-
CMYK0.800.4300.50
HSL212.04º67.32%30%-
HSV(B)212.04º80.47%50.2%-
XYZ6.686.5321.33-
YUV64.92163.699.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=11.06%
G=32.30%
B=56.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25731280.800.4300.50212.0467.3230
Hex194980502B032d4431e
Octal311112001205306232410336
Binary110011001001100000001010000101011011001011010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194980; }

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

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

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

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

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

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

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

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