#194284

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

Shades of Dark Cerulean #194284

Tints of Dark Cerulean #194284

Color information

#194284 (or 0x194284) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 84. RGB value is (25,66,132). Sum of RGB (Red+Green+Blue) = 25+66+132=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #194284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194284 is #E6BD7B. Grayscale: #3C3C3C. Windows color (decimal): -15121788 or 8667673. OLE color: 8667673.

HSL color Cylindrical-coordinate representation of color #194284: hue angle of 217.01º 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 #194284 is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2566132-
CMYK0.810.500.48
HSL217.01º68.15%30.78%-
HSV(B)217.01º81.06%51.76%-
XYZ6.515.7722.6-
YUV61.26167.92102.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=11.21%
G=29.60%
B=59.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25661320.810.500.48217.0168.1530.78
Hex1942845132030d9441f
Octal311022041216206033110437
Binary110011000010100001001010001110010011000011011001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194284; }

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

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

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

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

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

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

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

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