Html Css Color HEX #093D40 Cyprus

📋 copy color: '#093D40'

red 9 ◦ green 61 ◦ blue 64

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

Shades of Cyprus #093D40

Tints of Cyprus #093D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.52%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 6.72%
G = 45.52%
B = 47.76%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093D40 (or 0x093D40) is known color: Cyprus. HEX triplet: 09, 3D and 40. RGB value is (9,61,64). Sum of RGB (Red+Green+Blue) = 9+61+64=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #093D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D40 is #F6C2BF. Grayscale: #2D2D2D. Windows color (decimal): -16171712 or 4209929. OLE color: 4209929.

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

Color convert

RGB 9 61 64 -
CMYK 0.86 0.05 0 0.75
HSL 183.27º 0.75% 0.14% -
HSV(B) 183.27º 0.86% 0.25% -
XYZ 2.71 3.77 5.43 -
YUV 45.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 9 61 64 0.86 0.05 0 0.75 183.27 0.75 0.14
Hex 9 3D 40 56 5 0 4B B7 4B E
Octal 11 75 100 126 5 0 113 267 113 16
Binary 1001 111101 1000000 1010110 101 0 1001011 10110111 1001011 1110

Color Harmonies of #093D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D40

Black with #093D40

Text Example


Text Example

White with #093D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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