#12454C

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

Shades of Cyprus #12454C

Tints of Cyprus #12454C

Color information

#12454C (or 0x12454C) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 4C. RGB value is (18,69,76). Sum of RGB (Red+Green+Blue) = 18+69+76=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #12454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12454C is #EDBAB3. Grayscale: #363636. Windows color (decimal): -15579828 or 4998418. OLE color: 4998418.

HSL color Cylindrical-coordinate representation of color #12454C: hue angle of 187.24º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12454C is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB186976-
CMYK0.760.0900.70
HSL187.24º61.7%18.43%-
HSV(B)187.24º76.32%29.8%-
XYZ3.684.917.59-
YUV54.55140.1101.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=11.04%
G=42.33%
B=46.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1869760.760.0900.70187.2461.718.43
Hex12454C4C9046bb3e12
Octal221051141141101062737622
Binary100101000101100110010011001001010001101011101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12454C; }

 p { color: rgb(18,69,76); }

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

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

 a { background-color: rgb(18,69,76); }

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

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

 span { border-color: rgb(18,69,76); }

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