#12454F

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

Shades of Cyprus #12454F

Tints of Cyprus #12454F

Color information

#12454F (or 0x12454F) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 4F. RGB value is (18,69,79). Sum of RGB (Red+Green+Blue) = 18+69+79=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #12454F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12454F is #EDBAB0. Grayscale: #363636. Windows color (decimal): -15579825 or 5195026. OLE color: 5195026.

HSL color Cylindrical-coordinate representation of color #12454F: hue angle of 189.84º degrees, saturation: 0.63, 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 #12454F is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB186979-
CMYK0.770.1300.69
HSL189.84º62.89%19.02%-
HSV(B)189.84º77.22%30.98%-
XYZ3.794.958.15-
YUV54.89141.6101.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=10.84%
G=41.57%
B=47.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1869790.770.1300.69189.8462.8919.02
Hex12454F4DD045be3f13
Octal221051171151501052767723
Binary100101000101100111110011011101010001011011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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