#103F42

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

Shades of Cyprus #103F42

Tints of Cyprus #103F42

Color information

#103F42 (or 0x103F42) is unknown color: approx Cyprus. HEX triplet: 10, 3F and 42. RGB value is (16,63,66). Sum of RGB (Red+Green+Blue) = 16+63+66=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #103F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F42 is #EFC0BD. Grayscale: #313131. Windows color (decimal): -15712446 or 4341520. OLE color: 4341520.

HSL color Cylindrical-coordinate representation of color #103F42: hue angle of 183.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103F42 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB166366-
CMYK0.760.0500.74
HSL183.6º60.98%16.08%-
HSV(B)183.6º75.76%25.88%-
XYZ2.974.065.78-
YUV49.29137.43104.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 63 (25% from 255) = 43.45%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=11.03%
G=43.45%
B=45.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1663660.760.0500.74183.660.9816.08
Hex103F424C504Ab83d10
Octal2077102114501122707520
Binary1000011111110000101001100101010010101011100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103F42; }

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

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

<style>
 a { background-color: #103F42; }

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

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

<style>
 span { border-color: #103F42; }

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

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