#194478

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

Shades of Dark Cerulean #194478

Tints of Dark Cerulean #194478

Color information

#194478 (or 0x194478) is unknown color: approx Dark Cerulean. HEX triplet: 19, 44 and 78. RGB value is (25,68,120). Sum of RGB (Red+Green+Blue) = 25+68+120=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #194478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194478 is #E6BB87. Grayscale: #3C3C3C. Windows color (decimal): -15121288 or 7881753. OLE color: 7881753.

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

Color convert

RGB2568120-
CMYK0.790.4300.53
HSL212.84º65.52%28.43%-
HSV(B)212.84º79.17%47.06%-
XYZ5.865.718.56-
YUV61.07161.25102.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=11.74%
G=31.92%
B=56.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25681200.790.4300.53212.8465.5228.43
Hex1944784F2B035d5421c
Octal311041701175306532510234
Binary11001100010011110001001111101011011010111010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194478; }

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

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

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

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

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

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

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

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