#10424B

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

Shades of Cyprus #10424B

Tints of Cyprus #10424B

Color information

#10424B (or 0x10424B) is unknown color: approx Cyprus. HEX triplet: 10, 42 and 4B. RGB value is (16,66,75). Sum of RGB (Red+Green+Blue) = 16+66+75=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #10424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10424B is #EFBDB4. Grayscale: #333333. Windows color (decimal): -15711669 or 4932112. OLE color: 4932112.

HSL color Cylindrical-coordinate representation of color #10424B: hue angle of 189.15º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10424B is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB166675-
CMYK0.790.1200.71
HSL189.15º64.84%17.84%-
HSV(B)189.15º78.67%29.41%-
XYZ3.434.517.35-
YUV52.08140.94102.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=10.19%
G=42.04%
B=47.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1666750.790.1200.71189.1564.8417.84
Hex10424B4FC047bd4112
Octal2010211311714010727510122
Binary1000010000101001011100111111000100011110111101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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