#194384

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

Shades of Dark Cerulean #194384

Tints of Dark Cerulean #194384

Color information

#194384 (or 0x194384) is unknown color: approx Dark Cerulean. HEX triplet: 19, 43 and 84. RGB value is (25,67,132). Sum of RGB (Red+Green+Blue) = 25+67+132=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #194384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194384 is #E6BC7B. Grayscale: #3D3D3D. Windows color (decimal): -15121532 or 8667929. OLE color: 8667929.

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

Color convert

RGB2567132-
CMYK0.810.4900.48
HSL216.45º68.15%30.78%-
HSV(B)216.45º81.06%51.76%-
XYZ6.575.8922.62-
YUV61.85167.59101.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=11.16%
G=29.91%
B=58.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25671320.810.4900.48216.4568.1530.78
Hex1943845131030d8441f
Octal311032041216106033010437
Binary110011000011100001001010001110001011000011011000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194384; }

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

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

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

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

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

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

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

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