#12434D

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

Shades of Cyprus #12434D

Tints of Cyprus #12434D

Color information

#12434D (or 0x12434D) is unknown color: approx Cyprus. HEX triplet: 12, 43 and 4D. RGB value is (18,67,77). Sum of RGB (Red+Green+Blue) = 18+67+77=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #12434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12434D is #EDBCB2. Grayscale: #353535. Windows color (decimal): -15580339 or 5063442. OLE color: 5063442.

HSL color Cylindrical-coordinate representation of color #12434D: hue angle of 190.17º 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 #12434D is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB186777-
CMYK0.770.1300.70
HSL190.17º62.11%18.63%-
HSV(B)190.17º76.62%30.2%-
XYZ3.64.687.73-
YUV53.49141.27102.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=11.11%
G=41.36%
B=47.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1867770.770.1300.70190.1762.1118.63
Hex12434D4DD046be3e13
Octal221031151151501062767623
Binary100101000011100110110011011101010001101011111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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