Html Css Color HEX #195054 Cyprus

📋 copy color: '#195054'

red 25 ◦ green 80 ◦ blue 84

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

Shades of Cyprus #195054

Tints of Cyprus #195054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 13.23%
G = 42.33%
B = 44.44%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#195054 (or 0x195054) is known color: Cyprus. HEX triplet: 19, 50 and 54. RGB value is (25,80,84). Sum of RGB (Red+Green+Blue) = 25+80+84=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #195054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195054 is #E6AFAB. Grayscale: #3F3F3F. Windows color (decimal): -15118252 or 5525529. OLE color: 5525529.

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

Color convert

RGB 25 80 84 -
CMYK 0.70 0.05 0 0.67
HSL 184.07º 0.54% 0.21% -
HSV(B) 184.07º 0.7% 0.33% -
XYZ 4.87 6.58 9.4 -
YUV 64.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 25 80 84 0.70 0.05 0 0.67 184.07 0.54 0.21
Hex 19 50 54 46 5 0 43 B8 36 15
Octal 31 120 124 106 5 0 103 270 66 25
Binary 11001 1010000 1010100 1000110 101 0 1000011 10111000 110110 10101

Color Harmonies of #195054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195054

Black with #195054

Text Example


Text Example

White with #195054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195054; }

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

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

background-color css

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

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

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

border-color css

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

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

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