#194070

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

Shades of Dark Cerulean #194070

Tints of Dark Cerulean #194070

Color information

#194070 (or 0x194070) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 70. RGB value is (25,64,112). Sum of RGB (Red+Green+Blue) = 25+64+112=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #194070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194070 is #E6BF8F. Grayscale: #393939. Windows color (decimal): -15122320 or 7356441. OLE color: 7356441.

HSL color Cylindrical-coordinate representation of color #194070: hue angle of 213.1º 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 #194070 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2564112-
CMYK0.780.4300.56
HSL213.1º63.5%26.86%-
HSV(B)213.1º77.68%43.92%-
XYZ5.165.0416.03-
YUV57.81158.58104.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=12.44%
G=31.84%
B=55.72%

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
Decimal25641120.780.4300.56213.163.526.86
Hex1940704E2B038d5401b
Octal311001601165307032510033
Binary11001100000011100001001110101011011100011010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194070; }

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

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

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

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

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

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

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

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