#10444A

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

Shades of Cyprus #10444A

Tints of Cyprus #10444A

Color information

#10444A (or 0x10444A) is unknown color: approx Cyprus. HEX triplet: 10, 44 and 4A. RGB value is (16,68,74). Sum of RGB (Red+Green+Blue) = 16+68+74=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #10444A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10444A is #EFBBB5. Grayscale: #353535. Windows color (decimal): -15711158 or 4867088. OLE color: 4867088.

HSL color Cylindrical-coordinate representation of color #10444A: hue angle of 186.21º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10444A is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB166874-
CMYK0.780.0800.71
HSL186.21º64.44%17.65%-
HSV(B)186.21º78.38%29.02%-
XYZ3.524.747.21-
YUV53.14139.77101.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=10.13%
G=43.04%
B=46.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1668740.780.0800.71186.2164.4417.65
Hex10444A4E8047ba4012
Octal2010411211610010727210022
Binary1000010001001001010100111010000100011110111010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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