Html Css Color HEX #195052 Cyprus

📋 copy color: '#195052'

red 25 ◦ green 80 ◦ blue 82

#195052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #195052

Tints of Cyprus #195052

RGB

 RED value IS 25 (10.16% from 255) = 13.37%

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 13.37%
G = 42.78%
B = 43.85%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#195052 (or 0x195052) is known color: Cyprus. HEX triplet: 19, 50 and 52. RGB value is (25,80,82). Sum of RGB (Red+Green+Blue) = 25+80+82=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #195052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195052 is #E6AFAD. Grayscale: #3F3F3F. Windows color (decimal): -15118254 or 5394457. OLE color: 5394457.

HSL color Cylindrical-coordinate representation of color #195052: hue angle of 182.11º 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 #195052 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 80 82 -
CMYK 0.70 0.02 0 0.68
HSL 182.11º 0.53% 0.21% -
HSV(B) 182.11º 0.7% 0.32% -
XYZ 4.79 6.55 8.99 -
YUV 63.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 25 80 82 0.70 0.02 0 0.68 182.11 0.53 0.21
Hex 19 50 52 46 2 0 44 B6 35 15
Octal 31 120 122 106 2 0 104 266 65 25
Binary 11001 1010000 1010010 1000110 10 0 1000100 10110110 110101 10101

Color Harmonies of #195052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195052

Black with #195052

Text Example


Text Example

White with #195052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195052; }

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

 H1.HeaderClassName
 {
   color: #195052;
 }
 .AnyTagClassName
 {
   color: #195052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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