#154A4D

Color #154A4D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #154A4D

Tints of Cyprus #154A4D

Color information

#154A4D (or 0x154A4D) is unknown color: approx Cyprus. HEX triplet: 15, 4A and 4D. RGB value is (21,74,77). Sum of RGB (Red+Green+Blue) = 21+74+77=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #154A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A4D is #EAB5B2. Grayscale: #3A3A3A. Windows color (decimal): -15381939 or 5065237. OLE color: 5065237.

HSL color Cylindrical-coordinate representation of color #154A4D: hue angle of 183.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154A4D is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB217477-
CMYK0.730.0400.70
HSL183.21º57.14%19.22%-
HSV(B)183.21º72.73%30.2%-
XYZ4.15.597.88-
YUV58.5138.44101.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=12.21%
G=43.02%
B=44.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2174770.730.0400.70183.2157.1419.22
Hex154A4D494046b73913
Octal25112115111401062677123
Binary10101100101010011011001001100010001101011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154A4D; }

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

 H1.HeaderClassName
 {
   color: #154A4D;
 }
 .AnyTagClassName
 {
   color: #154A4D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #154A4D;
 }
 .BgClassName
 {
   background-color: #154A4D;
 }
</style>
border-color css

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

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

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