Html Css Color HEX #093C3D Cyprus

📋 copy color: '#093C3D'

red 9 ◦ green 60 ◦ blue 61

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

Shades of Cyprus #093C3D

Tints of Cyprus #093C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.15%

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 6.92%
G = 46.15%
B = 46.92%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#093C3D (or 0x093C3D) is known color: Cyprus. HEX triplet: 09, 3C and 3D. RGB value is (9,60,61). Sum of RGB (Red+Green+Blue) = 9+60+61=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #093C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C3D is #F6C3C2. Grayscale: #2C2C2C. Windows color (decimal): -16171971 or 4013065. OLE color: 4013065.

HSL color Cylindrical-coordinate representation of color #093C3D: hue angle of 181.15º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093C3D is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 60 61 -
CMYK 0.85 0.02 0 0.76
HSL 181.15º 0.74% 0.14% -
HSV(B) 181.15º 0.85% 0.24% -
XYZ 2.57 3.63 4.98 -
YUV 44.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 9 60 61 0.85 0.02 0 0.76 181.15 0.74 0.14
Hex 9 3C 3D 55 2 0 4C B5 4A E
Octal 11 74 75 125 2 0 114 265 112 16
Binary 1001 111100 111101 1010101 10 0 1001100 10110101 1001010 1110

Color Harmonies of #093C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C3D

Black with #093C3D

Text Example


Text Example

White with #093C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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