#12434E

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

Shades of Cyprus #12434E

Tints of Cyprus #12434E

Color information

#12434E (or 0x12434E) is unknown color: approx Cyprus. HEX triplet: 12, 43 and 4E. RGB value is (18,67,78). Sum of RGB (Red+Green+Blue) = 18+67+78=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #12434E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12434E is #EDBCB1. Grayscale: #353535. Windows color (decimal): -15580338 or 5128978. OLE color: 5128978.

HSL color Cylindrical-coordinate representation of color #12434E: hue angle of 191º degrees, saturation: 0.62, 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 #12434E is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB186778-
CMYK0.770.1400.69
HSL191º62.5%18.82%-
HSV(B)191º76.92%30.59%-
XYZ3.634.697.92-
YUV53.6141.77102.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=11.04%
G=41.10%
B=47.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1867780.770.1400.6919162.518.82
Hex12434E4DE045bf3e13
Octal221031161151601052777623
Binary100101000011100111010011011110010001011011111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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