#194A88

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

Shades of Dark Cerulean #194A88

Tints of Dark Cerulean #194A88

Color information

#194A88 (or 0x194A88) is unknown color: approx Dark Cerulean. HEX triplet: 19, 4A and 88. RGB value is (25,74,136). Sum of RGB (Red+Green+Blue) = 25+74+136=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #194A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A88 is #E6B577. Grayscale: #424242. Windows color (decimal): -15119736 or 8931865. OLE color: 8931865.

HSL color Cylindrical-coordinate representation of color #194A88: hue angle of 213.51º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194A88 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2574136-
CMYK0.820.4600.47
HSL213.51º68.94%31.57%-
HSV(B)213.51º81.62%53.33%-
XYZ7.296.8824.24-
YUV66.42167.2798.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 136 (53.52% from 255) = 57.87%
R=10.64%
G=31.49%
B=57.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25741360.820.4600.47213.5168.9431.57
Hex194A88522E02Fd64520
Octal311122101225605732610540
Binary1100110010101000100010100101011100101111110101101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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