#093E42

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

Shades of Cyprus #093E42

Tints of Cyprus #093E42

Color information

#093E42 (or 0x093E42) is unknown color: approx Cyprus. HEX triplet: 09, 3E and 42. RGB value is (9,62,66). Sum of RGB (Red+Green+Blue) = 9+62+66=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 66 - color contains mainly: blue. Hex color #093E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E42 is #F6C1BD. Grayscale: #2E2E2E. Windows color (decimal): -16171454 or 4341257. OLE color: 4341257.

HSL color Cylindrical-coordinate representation of color #093E42: hue angle of 184.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093E42 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB96266-
CMYK0.860.0600.74
HSL184.21º76%14.71%-
HSV(B)184.21º86.36%25.88%-
XYZ2.823.95.76-
YUV46.61138.94101.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 62 (24.61% from 255) = 45.26%
BLUE value IS 66 (26.17% from 255) = 48.18%
R=6.57%
G=45.26%
B=48.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal962660.860.0600.74184.217614.71
Hex93E4256604Ab84cf
Octal11761021266011227011417
Binary100111111010000101010110110010010101011100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093E42; }

 p { color: rgb(9,62,66); }

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

<style>
 a { background-color: #093E42; }

 a { background-color: rgb(9,62,66); }

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

<style>
 span { border-color: #093E42; }

 span { border-color: rgb(9,62,66); }

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