#12454B

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

Shades of Cyprus #12454B

Tints of Cyprus #12454B

Color information

#12454B (or 0x12454B) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 4B. RGB value is (18,69,75). Sum of RGB (Red+Green+Blue) = 18+69+75=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #12454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12454B is #EDBAB4. Grayscale: #363636. Windows color (decimal): -15579829 or 4932882. OLE color: 4932882.

HSL color Cylindrical-coordinate representation of color #12454B: hue angle of 186.32º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12454B is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB186975-
CMYK0.760.0800.71
HSL186.32º61.29%18.24%-
HSV(B)186.32º76%29.41%-
XYZ3.654.897.41-
YUV54.44139.6102.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=11.11%
G=42.59%
B=46.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1869750.760.0800.71186.3261.2918.24
Hex12454B4C8047ba3d12
Octal221051131141001072727522
Binary100101000101100101110011001000010001111011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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