#093B41

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

Shades of Cyprus #093B41

Tints of Cyprus #093B41

Color information

#093B41 (or 0x093B41) is unknown color: approx Cyprus. HEX triplet: 09, 3B and 41. RGB value is (9,59,65). Sum of RGB (Red+Green+Blue) = 9+59+65=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #093B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B41 is #F6C4BE. Grayscale: #2C2C2C. Windows color (decimal): -16172223 or 4274953. OLE color: 4274953.

HSL color Cylindrical-coordinate representation of color #093B41: hue angle of 186.43º 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 #093B41 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95965-
CMYK0.860.0900.75
HSL186.43º75.68%14.51%-
HSV(B)186.43º86.15%25.49%-
XYZ2.633.575.55-
YUV44.73139.44102.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=6.77%
G=44.36%
B=48.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal959650.860.0900.75186.4375.6814.51
Hex93B4156904Bba4cf
Octal117310112611011327211417
Binary1001111011100000110101101001010010111011101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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