Html Css Color HEX #093D46 Cyprus

📋 copy color: '#093D46'

red 9 ◦ green 61 ◦ blue 70

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

Shades of Cyprus #093D46

Tints of Cyprus #093D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50%

R = 6.43%
G = 43.57%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093D46 (or 0x093D46) is known color: Cyprus. HEX triplet: 09, 3D and 46. RGB value is (9,61,70). Sum of RGB (Red+Green+Blue) = 9+61+70=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #093D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D46 is #F6C2B9. Grayscale: #2E2E2E. Windows color (decimal): -16171706 or 4603145. OLE color: 4603145.

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

Color convert

RGB 9 61 70 -
CMYK 0.87 0.13 0 0.73
HSL 188.85º 0.77% 0.15% -
HSV(B) 188.85º 0.87% 0.27% -
XYZ 2.89 3.84 6.38 -
YUV 46.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 9 61 70 0.87 0.13 0 0.73 188.85 0.77 0.15
Hex 9 3D 46 57 D 0 49 BD 4D F
Octal 11 75 106 127 15 0 111 275 115 17
Binary 1001 111101 1000110 1010111 1101 0 1001001 10111101 1001101 1111

Color Harmonies of #093D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D46

Black with #093D46

Text Example


Text Example

White with #093D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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