#194275

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

Shades of Dark Cerulean #194275

Tints of Dark Cerulean #194275

Color information

#194275 (or 0x194275) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 75. RGB value is (25,66,117). Sum of RGB (Red+Green+Blue) = 25+66+117=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #194275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194275 is #E6BD8A. Grayscale: #3B3B3B. Windows color (decimal): -15121803 or 7684633. OLE color: 7684633.

HSL color Cylindrical-coordinate representation of color #194275: hue angle of 213.26º 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 #194275 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2566117-
CMYK0.790.4400.54
HSL213.26º64.79%27.84%-
HSV(B)213.26º78.63%45.88%-
XYZ5.565.3917.58-
YUV59.56160.42103.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=12.02%
G=31.73%
B=56.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25661170.790.4400.54213.2664.7927.84
Hex1942754F2C036d5411c
Octal311021651175406632510134
Binary11001100001011101011001111101100011011011010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194275; }

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

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

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

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

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

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

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

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