#194978

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

Shades of Dark Cerulean #194978

Tints of Dark Cerulean #194978

Color information

#194978 (or 0x194978) is unknown color: approx Dark Cerulean. HEX triplet: 19, 49 and 78. RGB value is (25,73,120). Sum of RGB (Red+Green+Blue) = 25+73+120=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #194978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194978 is #E6B687. Grayscale: #3F3F3F. Windows color (decimal): -15120008 or 7883033. OLE color: 7883033.

HSL color Cylindrical-coordinate representation of color #194978: hue angle of 209.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194978 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2573120-
CMYK0.790.3900.53
HSL209.68º65.52%28.43%-
HSV(B)209.68º79.17%47.06%-
XYZ6.176.3318.67-
YUV64.01159.6100.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=11.47%
G=33.49%
B=55.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25731200.790.3900.53209.6865.5228.43
Hex1949784F27035d2421c
Octal311111701174706532210234
Binary11001100100111110001001111100111011010111010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194978; }

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

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

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

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

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

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

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

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