Html Css Color HEX #093A37 Cyprus

📋 copy color: '#093A37'

red 9 ◦ green 58 ◦ blue 55

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

Shades of Cyprus #093A37

Tints of Cyprus #093A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.54%

 BLUE value IS 55 (21.88% from 255) = 45.08%

R = 7.38%
G = 47.54%
B = 45.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#093A37 (or 0x093A37) is known color: Cyprus. HEX triplet: 09, 3A and 37. RGB value is (9,58,55). Sum of RGB (Red+Green+Blue) = 9+58+55=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #093A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A37 is #F6C5C8. Grayscale: #2A2A2A. Windows color (decimal): -16172489 or 3619337. OLE color: 3619337.

HSL color Cylindrical-coordinate representation of color #093A37: hue angle of 176.33º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A37 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 55 -
CMYK 0.84 0 0.05 0.77
HSL 176.33º 0.73% 0.13% -
HSV(B) 176.33º 0.84% 0.23% -
XYZ 2.32 3.36 4.14 -
YUV 43.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 9 58 55 0.84 0 0.05 0.77 176.33 0.73 0.13
Hex 9 3A 37 54 0 5 4D B0 49 D
Octal 11 72 67 124 0 5 115 260 111 15
Binary 1001 111010 110111 1010100 0 101 1001101 10110000 1001001 1101

Color Harmonies of #093A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A37

Black with #093A37

Text Example


Text Example

White with #093A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,58,55); }

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

background-color css

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

 a { background-color: rgb(9,58,55); }

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

border-color css

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

 span { border-color: rgb(9,58,55); }

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