#194A80

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

Shades of Dark Cerulean #194A80

Tints of Dark Cerulean #194A80

Color information

#194A80 (or 0x194A80) is unknown color: approx Dark Cerulean. HEX triplet: 19, 4A and 80. RGB value is (25,74,128). Sum of RGB (Red+Green+Blue) = 25+74+128=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #194A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A80 is #E6B57F. Grayscale: #414141. Windows color (decimal): -15119744 or 8407577. OLE color: 8407577.

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

Color convert

RGB2574128-
CMYK0.800.4200.50
HSL211.46º67.32%30%-
HSV(B)211.46º80.47%50.2%-
XYZ6.756.6621.35-
YUV65.5163.2799.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=11.01%
G=32.60%
B=56.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25741280.800.4200.50211.4667.3230
Hex194A80502A032d3431e
Octal311122001205206232310336
Binary110011001010100000001010000101010011001011010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194A80; }

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

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

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

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

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

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

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

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