#12464E

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

Shades of Cyprus #12464E

Tints of Cyprus #12464E

Color information

#12464E (or 0x12464E) is unknown color: approx Cyprus. HEX triplet: 12, 46 and 4E. RGB value is (18,70,78). Sum of RGB (Red+Green+Blue) = 18+70+78=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #12464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12464E is #EDB9B1. Grayscale: #373737. Windows color (decimal): -15579570 or 5129746. OLE color: 5129746.

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

Color convert

RGB187078-
CMYK0.770.1000.69
HSL188º62.5%18.82%-
HSV(B)188º76.92%30.59%-
XYZ3.815.067.98-
YUV55.36140.77101.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=10.84%
G=42.17%
B=46.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1870780.770.1000.6918862.518.82
Hex12464E4DA045bc3e13
Octal221061161151201052747623
Binary100101000110100111010011011010010001011011110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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