#10434E

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

Shades of Cyprus #10434E

Tints of Cyprus #10434E

Color information

#10434E (or 0x10434E) is unknown color: approx Cyprus. HEX triplet: 10, 43 and 4E. RGB value is (16,67,78). Sum of RGB (Red+Green+Blue) = 16+67+78=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #10434E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10434E is #EFBCB1. Grayscale: #343434. Windows color (decimal): -15711410 or 5128976. OLE color: 5128976.

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

Color convert

RGB166778-
CMYK0.790.1400.69
HSL190.65º65.96%18.43%-
HSV(B)190.65º79.49%30.59%-
XYZ3.64.677.92-
YUV53142.1101.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=9.94%
G=41.61%
B=48.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1667780.790.1400.69190.6565.9618.43
Hex10434E4FE045bf4212
Octal2010311611716010527710222
Binary1000010000111001110100111111100100010110111111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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