#194881

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

Shades of Dark Cerulean #194881

Tints of Dark Cerulean #194881

Color information

#194881 (or 0x194881) is unknown color: approx Dark Cerulean. HEX triplet: 19, 48 and 81. RGB value is (25,72,129). Sum of RGB (Red+Green+Blue) = 25+72+129=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #194881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194881 is #E6B77E. Grayscale: #404040. Windows color (decimal): -15120255 or 8472601. OLE color: 8472601.

HSL color Cylindrical-coordinate representation of color #194881: hue angle of 212.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194881 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2572129-
CMYK0.810.4400.49
HSL212.88º67.53%30.2%-
HSV(B)212.88º80.62%50.59%-
XYZ6.686.4321.66-
YUV64.44164.4399.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 129 (50.78% from 255) = 57.08%
R=11.06%
G=31.86%
B=57.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25721290.810.4400.49212.8867.5330.2
Hex194881512C031d5441e
Octal311102011215406132510436
Binary110011001000100000011010001101100011000111010101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194881; }

 p { color: rgb(25,72,129); }

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

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

 a { background-color: rgb(25,72,129); }

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

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

 span { border-color: rgb(25,72,129); }

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