#124651

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

Shades of Cyprus #124651

Tints of Cyprus #124651

Color information

#124651 (or 0x124651) is unknown color: approx Cyprus. HEX triplet: 12, 46 and 51. RGB value is (18,70,81). Sum of RGB (Red+Green+Blue) = 18+70+81=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #124651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124651 is #EDB9AE. Grayscale: #373737. Windows color (decimal): -15579567 or 5326354. OLE color: 5326354.

HSL color Cylindrical-coordinate representation of color #124651: hue angle of 190.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124651 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB187081-
CMYK0.780.1400.68
HSL190.48º63.64%19.41%-
HSV(B)190.48º77.78%31.76%-
XYZ3.925.18.56-
YUV55.71142.27101.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=10.65%
G=41.42%
B=47.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1870810.780.1400.68190.4863.6419.41
Hex1246514EE044be4013
Octal2210612111616010427610023
Binary1001010001101010001100111011100100010010111110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124651; }

 p { color: rgb(18,70,81); }

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

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

 a { background-color: rgb(18,70,81); }

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

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

 span { border-color: rgb(18,70,81); }

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