#194378

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

Shades of Dark Cerulean #194378

Tints of Dark Cerulean #194378

Color information

#194378 (or 0x194378) is unknown color: approx Dark Cerulean. HEX triplet: 19, 43 and 78. RGB value is (25,67,120). Sum of RGB (Red+Green+Blue) = 25+67+120=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #194378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194378 is #E6BC87. Grayscale: #3C3C3C. Windows color (decimal): -15121544 or 7881497. OLE color: 7881497.

HSL color Cylindrical-coordinate representation of color #194378: hue angle of 213.47º 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 #194378 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2567120-
CMYK0.790.4400.53
HSL213.47º65.52%28.43%-
HSV(B)213.47º79.17%47.06%-
XYZ5.85.5818.54-
YUV60.48161.59102.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=11.79%
G=31.60%
B=56.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25671200.790.4400.53213.4765.5228.43
Hex1943784F2C035d5421c
Octal311031701175406532510234
Binary11001100001111110001001111101100011010111010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194378; }

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

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

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

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

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

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

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

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