#12484E

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

Shades of Cyprus #12484E

Tints of Cyprus #12484E

Color information

#12484E (or 0x12484E) is unknown color: approx Cyprus. HEX triplet: 12, 48 and 4E. RGB value is (18,72,78). Sum of RGB (Red+Green+Blue) = 18+72+78=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #12484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12484E is #EDB7B1. Grayscale: #383838. Windows color (decimal): -15579058 or 5130258. OLE color: 5130258.

HSL color Cylindrical-coordinate representation of color #12484E: hue angle of 186º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12484E is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB187278-
CMYK0.770.0800.69
HSL186º62.5%18.82%-
HSV(B)186º76.92%30.59%-
XYZ3.945.318.03-
YUV56.54140.11100.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=10.71%
G=42.86%
B=46.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1872780.770.0800.6918662.518.82
Hex12484E4D8045ba3e13
Octal221101161151001052727623
Binary100101001000100111010011011000010001011011101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12484E; }

 p { color: rgb(18,72,78); }

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

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

 a { background-color: rgb(18,72,78); }

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

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

 span { border-color: rgb(18,72,78); }

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