#194672

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

Shades of Dark Cerulean #194672

Tints of Dark Cerulean #194672

Color information

#194672 (or 0x194672) is unknown color: approx Dark Cerulean. HEX triplet: 19, 46 and 72. RGB value is (25,70,114). Sum of RGB (Red+Green+Blue) = 25+70+114=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #194672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194672 is #E6B98D. Grayscale: #3D3D3D. Windows color (decimal): -15120782 or 7489049. OLE color: 7489049.

HSL color Cylindrical-coordinate representation of color #194672: hue angle of 209.66º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194672 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2570114-
CMYK0.780.3900.55
HSL209.66º64.03%27.25%-
HSV(B)209.66º78.07%44.71%-
XYZ5.635.816.74-
YUV61.56157.59101.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=11.96%
G=33.49%
B=54.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25701140.780.3900.55209.6664.0327.25
Hex1946724E27037d2401b
Octal311061621164706732210033
Binary11001100011011100101001110100111011011111010010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194672; }

 p { color: rgb(25,70,114); }

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

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

 a { background-color: rgb(25,70,114); }

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

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

 span { border-color: rgb(25,70,114); }

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