Html Css Color HEX #093E3F Cyprus

📋 copy color: '#093E3F'

red 9 ◦ green 62 ◦ blue 63

#093E3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #093E3F

Tints of Cyprus #093E3F

RGB

 RED value IS 9 (3.91% from 255) = 6.72%

 GREEN value IS 62 (24.61% from 255) = 46.27%

 BLUE value IS 63 (25% from 255) = 47.01%

R = 6.72%
G = 46.27%
B = 47.01%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093E3F (or 0x093E3F) is known color: Cyprus. HEX triplet: 09, 3E and 3F. RGB value is (9,62,63). Sum of RGB (Red+Green+Blue) = 9+62+63=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #093E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E3F is #F6C1C0. Grayscale: #2E2E2E. Windows color (decimal): -16171457 or 4144649. OLE color: 4144649.

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

Color convert

RGB 9 62 63 -
CMYK 0.86 0.02 0 0.75
HSL 181.11º 0.75% 0.14% -
HSV(B) 181.11º 0.86% 0.25% -
XYZ 2.73 3.86 5.3 -
YUV 46.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 9 62 63 0.86 0.02 0 0.75 181.11 0.75 0.14
Hex 9 3E 3F 56 2 0 4B B5 4B E
Octal 11 76 77 126 2 0 113 265 113 16
Binary 1001 111110 111111 1010110 10 0 1001011 10110101 1001011 1110

Color Harmonies of #093E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E3F

Black with #093E3F

Text Example


Text Example

White with #093E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #093E3F;
 }
 .AnyTagClassName
 {
   color: #093E3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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