Html Css Color HEX #15484A Cyprus

📋 copy color: '#15484A'

red 21 ◦ green 72 ◦ blue 74

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

Shades of Cyprus #15484A

Tints of Cyprus #15484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 12.57%
G = 43.11%
B = 44.31%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15484A (or 0x15484A) is known color: Cyprus. HEX triplet: 15, 48 and 4A. RGB value is (21,72,74). Sum of RGB (Red+Green+Blue) = 21+72+74=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #15484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15484A is #EAB7B5. Grayscale: #383838. Windows color (decimal): -15382454 or 4868117. OLE color: 4868117.

HSL color Cylindrical-coordinate representation of color #15484A: hue angle of 182.26º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15484A is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 72 74 -
CMYK 0.72 0.03 0 0.71
HSL 182.26º 0.56% 0.19% -
HSV(B) 182.26º 0.72% 0.29% -
XYZ 3.86 5.29 7.3 -
YUV 56.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 21 72 74 0.72 0.03 0 0.71 182.26 0.56 0.19
Hex 15 48 4A 48 3 0 47 B6 38 13
Octal 25 110 112 110 3 0 107 266 70 23
Binary 10101 1001000 1001010 1001000 11 0 1000111 10110110 111000 10011

Color Harmonies of #15484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15484A

Black with #15484A

Text Example


Text Example

White with #15484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15484A; }

 p { color: rgb(21,72,74); }

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

background-color css

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

 a { background-color: rgb(21,72,74); }

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

border-color css

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

 span { border-color: rgb(21,72,74); }

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