#194075

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

Shades of Dark Cerulean #194075

Tints of Dark Cerulean #194075

Color information

#194075 (or 0x194075) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 75. RGB value is (25,64,117). Sum of RGB (Red+Green+Blue) = 25+64+117=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #194075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194075 is #E6BF8A. Grayscale: #3A3A3A. Windows color (decimal): -15122315 or 7684121. OLE color: 7684121.

HSL color Cylindrical-coordinate representation of color #194075: hue angle of 214.57º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194075 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2564117-
CMYK0.790.4500.54
HSL214.57º64.79%27.84%-
HSV(B)214.57º78.63%45.88%-
XYZ5.455.1617.54-
YUV58.38161.08104.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=12.14%
G=31.07%
B=56.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25641170.790.4500.54214.5764.7927.84
Hex1940754F2D036d7411c
Octal311001651175506632710134
Binary11001100000011101011001111101101011011011010111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194075; }

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

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

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

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

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

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

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

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