#12474E

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

Shades of Cyprus #12474E

Tints of Cyprus #12474E

Color information

#12474E (or 0x12474E) is unknown color: approx Cyprus. HEX triplet: 12, 47 and 4E. RGB value is (18,71,78). Sum of RGB (Red+Green+Blue) = 18+71+78=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #12474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12474E is #EDB8B1. Grayscale: #373737. Windows color (decimal): -15579314 or 5130002. OLE color: 5130002.

HSL color Cylindrical-coordinate representation of color #12474E: hue angle of 187º 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 #12474E is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB187178-
CMYK0.770.0900.69
HSL187º62.5%18.82%-
HSV(B)187º76.92%30.59%-
XYZ3.885.198-
YUV55.95140.44100.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=10.78%
G=42.51%
B=46.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1871780.770.0900.6918762.518.82
Hex12474E4D9045bb3e13
Octal221071161151101052737623
Binary100101000111100111010011011001010001011011101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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