#10444E

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

Shades of Cyprus #10444E

Tints of Cyprus #10444E

Color information

#10444E (or 0x10444E) is unknown color: approx Cyprus. HEX triplet: 10, 44 and 4E. RGB value is (16,68,78). Sum of RGB (Red+Green+Blue) = 16+68+78=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #10444E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10444E is #EFBBB1. Grayscale: #353535. Windows color (decimal): -15711154 or 5129232. OLE color: 5129232.

HSL color Cylindrical-coordinate representation of color #10444E: hue angle of 189.68º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10444E is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166878-
CMYK0.790.1300.69
HSL189.68º65.96%18.43%-
HSV(B)189.68º79.49%30.59%-
XYZ3.664.797.94-
YUV53.59141.77101.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=9.88%
G=41.98%
B=48.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1668780.790.1300.69189.6865.9618.43
Hex10444E4FD045be4212
Octal2010411611715010527610222
Binary1000010001001001110100111111010100010110111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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