#194089

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

Shades of Dark Cerulean #194089

Tints of Dark Cerulean #194089

Color information

#194089 (or 0x194089) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 89. RGB value is (25,64,137). Sum of RGB (Red+Green+Blue) = 25+64+137=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #194089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194089 is #E6BF76. Grayscale: #3C3C3C. Windows color (decimal): -15122295 or 8994841. OLE color: 8994841.

HSL color Cylindrical-coordinate representation of color #194089: hue angle of 219.11º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194089 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2564137-
CMYK0.820.5300.46
HSL219.11º69.14%31.76%-
HSV(B)219.11º81.75%53.73%-
XYZ6.755.6824.41-
YUV60.66171.08102.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 137 (53.91% from 255) = 60.62%
R=11.06%
G=28.32%
B=60.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25641370.820.5300.46219.1169.1431.76
Hex194089523502Edb4520
Octal311002111226505633310540
Binary1100110000001000100110100101101010101110110110111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194089; }

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

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

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

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

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

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

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

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