#093C3F

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

Shades of Cyprus #093C3F

Tints of Cyprus #093C3F

Color information

#093C3F (or 0x093C3F) is unknown color: approx Cyprus. HEX triplet: 09, 3C and 3F. RGB value is (9,60,63). Sum of RGB (Red+Green+Blue) = 9+60+63=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #093C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C3F is #F6C3C0. Grayscale: #2D2D2D. Windows color (decimal): -16171969 or 4144137. OLE color: 4144137.

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

Color convert

RGB96063-
CMYK0.860.0500.75
HSL183.33º75%14.12%-
HSV(B)183.33º85.71%24.71%-
XYZ2.633.655.27-
YUV45.09138.1102.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 60 (23.83% from 255) = 45.45%
BLUE value IS 63 (25% from 255) = 47.73%
R=6.82%
G=45.45%
B=47.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal960630.860.0500.75183.337514.12
Hex93C3F56504Bb74be
Octal1174771265011326711316
Binary10011111001111111010110101010010111011011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,60,63); }

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

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

 a { background-color: rgb(9,60,63); }

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

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

 span { border-color: rgb(9,60,63); }

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