Html Css Color HEX #195053 Cyprus

📋 copy color: '#195053'

red 25 ◦ green 80 ◦ blue 83

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

Shades of Cyprus #195053

Tints of Cyprus #195053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.15%

R = 13.3%
G = 42.55%
B = 44.15%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#195053 (or 0x195053) is known color: Cyprus. HEX triplet: 19, 50 and 53. RGB value is (25,80,83). Sum of RGB (Red+Green+Blue) = 25+80+83=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #195053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195053 is #E6AFAC. Grayscale: #3F3F3F. Windows color (decimal): -15118253 or 5459993. OLE color: 5459993.

HSL color Cylindrical-coordinate representation of color #195053: hue angle of 183.1º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195053 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 80 83 -
CMYK 0.70 0.04 0 0.67
HSL 183.1º 0.54% 0.21% -
HSV(B) 183.1º 0.7% 0.33% -
XYZ 4.83 6.57 9.2 -
YUV 63.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 25 80 83 0.70 0.04 0 0.67 183.1 0.54 0.21
Hex 19 50 53 46 4 0 43 B7 36 15
Octal 31 120 123 106 4 0 103 267 66 25
Binary 11001 1010000 1010011 1000110 100 0 1000011 10110111 110110 10101

Color Harmonies of #195053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195053

Black with #195053

Text Example


Text Example

White with #195053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195053; }

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

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

background-color css

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

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

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

border-color css

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

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

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