#1A514E

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

Shades of Cyprus #1A514E

Tints of Cyprus #1A514E

Color information

#1A514E (or 0x1A514E) is unknown color: approx Cyprus. HEX triplet: 1A, 51 and 4E. RGB value is (26,81,78). Sum of RGB (Red+Green+Blue) = 26+81+78=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #1A514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A514E is #E5AEB1. Grayscale: #404040. Windows color (decimal): -15052466 or 5132570. OLE color: 5132570.

HSL color Cylindrical-coordinate representation of color #1A514E: hue angle of 176.73º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A514E is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB268178-
CMYK0.6800.040.68
HSL176.73º51.4%20.98%-
HSV(B)176.73º67.9%31.76%-
XYZ4.746.658.24-
YUV64.21135.78100.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=14.05%
G=43.78%
B=42.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2681780.6800.040.68176.7351.420.98
Hex1A514E440444b13315
Octal32121116104041042616325
Binary11010101000110011101000100010010001001011000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A514E; }

 p { color: rgb(26,81,78); }

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

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

 a { background-color: rgb(26,81,78); }

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

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

 span { border-color: rgb(26,81,78); }

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