#10424E

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

Shades of Cyprus #10424E

Tints of Cyprus #10424E

Color information

#10424E (or 0x10424E) is unknown color: approx Cyprus. HEX triplet: 10, 42 and 4E. RGB value is (16,66,78). Sum of RGB (Red+Green+Blue) = 16+66+78=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #10424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10424E is #EFBDB1. Grayscale: #343434. Windows color (decimal): -15711666 or 5128720. OLE color: 5128720.

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

Color convert

RGB166678-
CMYK0.790.1500.69
HSL191.61º65.96%18.43%-
HSV(B)191.61º79.49%30.59%-
XYZ3.544.567.9-
YUV52.42142.44102.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=10%
G=41.25%
B=48.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1666780.790.1500.69191.6165.9618.43
Hex10424E4FF045c04212
Octal2010211611717010530010222
Binary1000010000101001110100111111110100010111000000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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