#194684

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

Shades of Dark Cerulean #194684

Tints of Dark Cerulean #194684

Color information

#194684 (or 0x194684) is unknown color: approx Dark Cerulean. HEX triplet: 19, 46 and 84. RGB value is (25,70,132). Sum of RGB (Red+Green+Blue) = 25+70+132=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #194684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194684 is #E6B97B. Grayscale: #3F3F3F. Windows color (decimal): -15120764 or 8668697. OLE color: 8668697.

HSL color Cylindrical-coordinate representation of color #194684: hue angle of 214.77º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194684 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2570132-
CMYK0.810.4700.48
HSL214.77º68.15%30.78%-
HSV(B)214.77º81.06%51.76%-
XYZ6.766.2522.68-
YUV63.61166.59100.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=11.01%
G=30.84%
B=58.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25701320.810.4700.48214.7768.1530.78
Hex194684512F030d7441f
Octal311062041215706032710437
Binary110011000110100001001010001101111011000011010111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194684; }

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

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

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

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

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

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

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

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