#194688

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

Shades of Dark Cerulean #194688

Tints of Dark Cerulean #194688

Color information

#194688 (or 0x194688) is unknown color: approx Dark Cerulean. HEX triplet: 19, 46 and 88. RGB value is (25,70,136). Sum of RGB (Red+Green+Blue) = 25+70+136=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #194688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194688 is #E6B977. Grayscale: #3F3F3F. Windows color (decimal): -15120760 or 8930841. OLE color: 8930841.

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

Color convert

RGB2570136-
CMYK0.820.4900.47
HSL215.68º68.94%31.57%-
HSV(B)215.68º81.62%53.33%-
XYZ7.036.3624.15-
YUV64.07168.59100.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 136 (53.52% from 255) = 58.87%
R=10.82%
G=30.30%
B=58.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25701360.820.4900.47215.6868.9431.57
Hex194688523102Fd84520
Octal311062101226105733010540
Binary1100110001101000100010100101100010101111110110001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194688; }

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

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

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

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

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

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

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

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