#194782

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

Shades of Dark Cerulean #194782

Tints of Dark Cerulean #194782

Color information

#194782 (or 0x194782) is unknown color: approx Dark Cerulean. HEX triplet: 19, 47 and 82. RGB value is (25,71,130). Sum of RGB (Red+Green+Blue) = 25+71+130=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #194782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194782 is #E6B87D. Grayscale: #3F3F3F. Windows color (decimal): -15120510 or 8537881. OLE color: 8537881.

HSL color Cylindrical-coordinate representation of color #194782: hue angle of 213.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194782 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2571130-
CMYK0.810.4500.49
HSL213.71º67.74%30.39%-
HSV(B)213.71º80.77%50.98%-
XYZ6.686.3221.99-
YUV63.97165.26100.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=11.06%
G=31.42%
B=57.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25711300.810.4500.49213.7167.7430.39
Hex194782512D031d6441e
Octal311072021215506132610436
Binary110011000111100000101010001101101011000111010110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194782; }

 p { color: rgb(25,71,130); }

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

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

 a { background-color: rgb(25,71,130); }

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

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

 span { border-color: rgb(25,71,130); }

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