Html Css Color HEX #15494F Cyprus

📋 copy color: '#15494F'

red 21 ◦ green 73 ◦ blue 79

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

Shades of Cyprus #15494F

Tints of Cyprus #15494F

RGB

 RED value IS 21 (8.59% from 255) = 12.14%

 GREEN value IS 73 (28.91% from 255) = 42.2%

 BLUE value IS 79 (31.25% from 255) = 45.66%

R = 12.14%
G = 42.2%
B = 45.66%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15494F (or 0x15494F) is known color: Cyprus. HEX triplet: 15, 49 and 4F. RGB value is (21,73,79). Sum of RGB (Red+Green+Blue) = 21+73+79=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #15494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15494F is #EAB6B0. Grayscale: #3A3A3A. Windows color (decimal): -15382193 or 5196053. OLE color: 5196053.

HSL color Cylindrical-coordinate representation of color #15494F: hue angle of 186.21º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15494F is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 73 79 -
CMYK 0.73 0.08 0 0.69
HSL 186.21º 0.58% 0.2% -
HSV(B) 186.21º 0.73% 0.31% -
XYZ 4.1 5.49 8.24 -
YUV 58.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 21 73 79 0.73 0.08 0 0.69 186.21 0.58 0.2
Hex 15 49 4F 49 8 0 45 BA 3A 14
Octal 25 111 117 111 10 0 105 272 72 24
Binary 10101 1001001 1001111 1001001 1000 0 1000101 10111010 111010 10100

Color Harmonies of #15494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15494F

Black with #15494F

Text Example


Text Example

White with #15494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15494F; }

 p { color: rgb(21,73,79); }

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

background-color css

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

 a { background-color: rgb(21,73,79); }

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

border-color css

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

 span { border-color: rgb(21,73,79); }

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