#194577

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

Shades of Dark Cerulean #194577

Tints of Dark Cerulean #194577

Color information

#194577 (or 0x194577) is unknown color: approx Dark Cerulean. HEX triplet: 19, 45 and 77. RGB value is (25,69,119). Sum of RGB (Red+Green+Blue) = 25+69+119=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #194577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194577 is #E6BA88. Grayscale: #3D3D3D. Windows color (decimal): -15121033 or 7816473. OLE color: 7816473.

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

Color convert

RGB2569119-
CMYK0.790.4200.53
HSL211.91º65.28%28.24%-
HSV(B)211.91º78.99%46.67%-
XYZ5.865.7918.26-
YUV61.54160.42101.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=11.74%
G=32.39%
B=55.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25691190.790.4200.53211.9165.2828.24
Hex1945774F2A035d4411c
Octal311051671175206532410134
Binary11001100010111101111001111101010011010111010100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194577; }

 p { color: rgb(25,69,119); }

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

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

 a { background-color: rgb(25,69,119); }

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

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

 span { border-color: rgb(25,69,119); }

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