#12444E

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

Shades of Cyprus #12444E

Tints of Cyprus #12444E

Color information

#12444E (or 0x12444E) is unknown color: approx Cyprus. HEX triplet: 12, 44 and 4E. RGB value is (18,68,78). Sum of RGB (Red+Green+Blue) = 18+68+78=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #12444E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12444E is #EDBBB1. Grayscale: #363636. Windows color (decimal): -15580082 or 5129234. OLE color: 5129234.

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

Color convert

RGB186878-
CMYK0.770.1300.69
HSL190º62.5%18.82%-
HSV(B)190º76.92%30.59%-
XYZ3.694.817.94-
YUV54.19141.44102.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=10.98%
G=41.46%
B=47.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1868780.770.1300.6919062.518.82
Hex12444E4DD045be3e13
Octal221041161151501052767623
Binary100101000100100111010011011101010001011011111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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