#093D41

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

Shades of Cyprus #093D41

Tints of Cyprus #093D41

Color information

#093D41 (or 0x093D41) is unknown color: approx Cyprus. HEX triplet: 09, 3D and 41. RGB value is (9,61,65). Sum of RGB (Red+Green+Blue) = 9+61+65=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #093D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D41 is #F6C2BE. Grayscale: #2D2D2D. Windows color (decimal): -16171711 or 4275465. OLE color: 4275465.

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

Color convert

RGB96165-
CMYK0.860.0600.75
HSL184.29º75.68%14.51%-
HSV(B)184.29º86.15%25.49%-
XYZ2.743.785.59-
YUV45.91138.77101.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=6.67%
G=45.19%
B=48.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal961650.860.0600.75184.2975.6814.51
Hex93D4156604Bb84cf
Octal11751011266011327011417
Binary100111110110000011010110110010010111011100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,61,65); }

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

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

 a { background-color: rgb(9,61,65); }

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

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

 span { border-color: rgb(9,61,65); }

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