#194988

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

Shades of Dark Cerulean #194988

Tints of Dark Cerulean #194988

Color information

#194988 (or 0x194988) is unknown color: approx Dark Cerulean. HEX triplet: 19, 49 and 88. RGB value is (25,73,136). Sum of RGB (Red+Green+Blue) = 25+73+136=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #194988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194988 is #E6B677. Grayscale: #414141. Windows color (decimal): -15119992 or 8931609. OLE color: 8931609.

HSL color Cylindrical-coordinate representation of color #194988: hue angle of 214.05º 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 #194988 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2573136-
CMYK0.820.4600.47
HSL214.05º68.94%31.57%-
HSV(B)214.05º81.62%53.33%-
XYZ7.236.7524.21-
YUV65.83167.698.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.68%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 136 (53.52% from 255) = 58.12%
R=10.68%
G=31.20%
B=58.12%

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
Decimal25731360.820.4600.47214.0568.9431.57
Hex194988522E02Fd64520
Octal311112101225605732610540
Binary1100110010011000100010100101011100101111110101101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194988; }

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

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

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

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

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

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

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

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