#10444D

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

Shades of Cyprus #10444D

Tints of Cyprus #10444D

Color information

#10444D (or 0x10444D) is unknown color: approx Cyprus. HEX triplet: 10, 44 and 4D. RGB value is (16,68,77). Sum of RGB (Red+Green+Blue) = 16+68+77=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #10444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10444D is #EFBBB2. Grayscale: #353535. Windows color (decimal): -15711155 or 5063696. OLE color: 5063696.

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

Color convert

RGB166877-
CMYK0.790.1200.70
HSL188.85º65.59%18.24%-
HSV(B)188.85º79.22%30.2%-
XYZ3.624.787.75-
YUV53.48141.27101.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=9.94%
G=42.24%
B=47.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1668770.790.1200.70188.8565.5918.24
Hex10444D4FC046bd4212
Octal2010411511714010627510222
Binary1000010001001001101100111111000100011010111101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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