#10484E

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

Shades of Cyprus #10484E

Tints of Cyprus #10484E

Color information

#10484E (or 0x10484E) is unknown color: approx Cyprus. HEX triplet: 10, 48 and 4E. RGB value is (16,72,78). Sum of RGB (Red+Green+Blue) = 16+72+78=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #10484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10484E is #EFB7B1. Grayscale: #373737. Windows color (decimal): -15710130 or 5130256. OLE color: 5130256.

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

Color convert

RGB167278-
CMYK0.790.0800.69
HSL185.81º65.96%18.43%-
HSV(B)185.81º79.49%30.59%-
XYZ3.915.298.02-
YUV55.94140.4599.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=9.64%
G=43.37%
B=46.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1672780.790.0800.69185.8165.9618.43
Hex10484E4F8045ba4212
Octal2011011611710010527210222
Binary1000010010001001110100111110000100010110111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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