#12444F

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

Shades of Cyprus #12444F

Tints of Cyprus #12444F

Color information

#12444F (or 0x12444F) is unknown color: approx Cyprus. HEX triplet: 12, 44 and 4F. RGB value is (18,68,79). Sum of RGB (Red+Green+Blue) = 18+68+79=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #12444F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12444F is #EDBBB0. Grayscale: #363636. Windows color (decimal): -15580081 or 5194770. OLE color: 5194770.

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

Color convert

RGB186879-
CMYK0.770.1400.69
HSL190.82º62.89%19.02%-
HSV(B)190.82º77.22%30.98%-
XYZ3.734.838.13-
YUV54.3141.94102.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=10.91%
G=41.21%
B=47.88%

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
Decimal1868790.770.1400.69190.8262.8919.02
Hex12444F4DE045bf3f13
Octal221041171151601052777723
Binary100101000100100111110011011110010001011011111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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