#194071

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

Shades of Dark Cerulean #194071

Tints of Dark Cerulean #194071

Color information

#194071 (or 0x194071) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 71. RGB value is (25,64,113). Sum of RGB (Red+Green+Blue) = 25+64+113=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #194071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194071 is #E6BF8E. Grayscale: #393939. Windows color (decimal): -15122319 or 7421977. OLE color: 7421977.

HSL color Cylindrical-coordinate representation of color #194071: hue angle of 213.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194071 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2564113-
CMYK0.780.4300.56
HSL213.41º63.77%27.06%-
HSV(B)213.41º77.88%44.31%-
XYZ5.215.0716.33-
YUV57.92159.08104.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=12.38%
G=31.68%
B=55.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25641130.780.4300.56213.4163.7727.06
Hex1940714E2B038d5401b
Octal311001611165307032510033
Binary11001100000011100011001110101011011100011010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194071; }

 p { color: rgb(25,64,113); }

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

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

 a { background-color: rgb(25,64,113); }

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

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

 span { border-color: rgb(25,64,113); }

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