#194078

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

Shades of Dark Cerulean #194078

Tints of Dark Cerulean #194078

Color information

#194078 (or 0x194078) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 78. RGB value is (25,64,120). Sum of RGB (Red+Green+Blue) = 25+64+120=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #194078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194078 is #E6BF87. Grayscale: #3A3A3A. Windows color (decimal): -15122312 or 7880729. OLE color: 7880729.

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

Color convert

RGB2564120-
CMYK0.790.4700.53
HSL215.37º65.52%28.43%-
HSV(B)215.37º79.17%47.06%-
XYZ5.625.2318.48-
YUV58.72162.58103.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=11.96%
G=30.62%
B=57.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25641200.790.4700.53215.3765.5228.43
Hex1940784F2F035d7421c
Octal311001701175706532710234
Binary11001100000011110001001111101111011010111010111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194078; }

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

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

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

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

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

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

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

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