#093E43

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

Shades of Cyprus #093E43

Tints of Cyprus #093E43

Color information

#093E43 (or 0x093E43) is unknown color: approx Cyprus. HEX triplet: 09, 3E and 43. RGB value is (9,62,67). Sum of RGB (Red+Green+Blue) = 9+62+67=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #093E43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E43 is #F6C1BC. Grayscale: #2E2E2E. Windows color (decimal): -16171453 or 4406793. OLE color: 4406793.

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

Color convert

RGB96267-
CMYK0.870.0700.74
HSL185.17º76.32%14.9%-
HSV(B)185.17º86.57%26.27%-
XYZ2.853.915.91-
YUV46.72139.44101.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 62 (24.61% from 255) = 44.93%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=6.52%
G=44.93%
B=48.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal962670.870.0700.74185.1776.3214.9
Hex93E4357704Ab94cf
Octal11761031277011227111417
Binary100111111010000111010111111010010101011100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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