#194F52

Color #194F52 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #194F52

Tints of Cyprus #194F52

Color information

#194F52 (or 0x194F52) is unknown color: approx Cyprus. HEX triplet: 19, 4F and 52. RGB value is (25,79,82). Sum of RGB (Red+Green+Blue) = 25+79+82=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #194F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F52 is #E6B0AD. Grayscale: #3F3F3F. Windows color (decimal): -15118510 or 5394201. OLE color: 5394201.

HSL color Cylindrical-coordinate representation of color #194F52: hue angle of 183.16º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194F52 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB257982-
CMYK0.700.0400.68
HSL183.16º53.27%20.98%-
HSV(B)183.16º69.51%32.16%-
XYZ4.726.418.97-
YUV63.2138.61100.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=13.44%
G=42.47%
B=44.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2579820.700.0400.68183.1653.2720.98
Hex194F52464044b73515
Octal31117122106401042676525
Binary11001100111110100101000110100010001001011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194F52; }

 p { color: rgb(25,79,82); }

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

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

 a { background-color: rgb(25,79,82); }

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

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

 span { border-color: rgb(25,79,82); }

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