Html Css Color HEX #093A3D Cyprus

📋 copy color: '#093A3D'

red 9 ◦ green 58 ◦ blue 61

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

Shades of Cyprus #093A3D

Tints of Cyprus #093A3D

RGB

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

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

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

R = 7.03%
G = 45.31%
B = 47.66%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#093A3D (or 0x093A3D) is known color: Cyprus. HEX triplet: 09, 3A and 3D. RGB value is (9,58,61). Sum of RGB (Red+Green+Blue) = 9+58+61=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #093A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A3D is #F6C5C2. Grayscale: #2B2B2B. Windows color (decimal): -16172483 or 4012553. OLE color: 4012553.

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

Color convert

RGB 9 58 61 -
CMYK 0.85 0.05 0 0.76
HSL 183.46º 0.74% 0.14% -
HSV(B) 183.46º 0.85% 0.24% -
XYZ 2.47 3.42 4.95 -
YUV 43.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 9 58 61 0.85 0.05 0 0.76 183.46 0.74 0.14
Hex 9 3A 3D 55 5 0 4C B7 4A E
Octal 11 72 75 125 5 0 114 267 112 16
Binary 1001 111010 111101 1010101 101 0 1001100 10110111 1001010 1110

Color Harmonies of #093A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A3D

Black with #093A3D

Text Example


Text Example

White with #093A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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