#12454D

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

Shades of Cyprus #12454D

Tints of Cyprus #12454D

Color information

#12454D (or 0x12454D) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 4D. RGB value is (18,69,77). Sum of RGB (Red+Green+Blue) = 18+69+77=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #12454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12454D is #EDBAB2. Grayscale: #363636. Windows color (decimal): -15579827 or 5063954. OLE color: 5063954.

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

Color convert

RGB186977-
CMYK0.770.1000.70
HSL188.14º62.11%18.63%-
HSV(B)188.14º76.62%30.2%-
XYZ3.724.927.78-
YUV54.66140.6101.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=10.98%
G=42.07%
B=46.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1869770.770.1000.70188.1462.1118.63
Hex12454D4DA046bc3e13
Octal221051151151201062747623
Binary100101000101100110110011011010010001101011110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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