Html Css Color HEX #093E46 Cyprus

📋 copy color: '#093E46'

red 9 ◦ green 62 ◦ blue 70

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

Shades of Cyprus #093E46

Tints of Cyprus #093E46

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.97%

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

R = 6.38%
G = 43.97%
B = 49.65%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093E46 (or 0x093E46) is known color: Cyprus. HEX triplet: 09, 3E and 46. RGB value is (9,62,70). Sum of RGB (Red+Green+Blue) = 9+62+70=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #093E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E46 is #F6C1B9. Grayscale: #2E2E2E. Windows color (decimal): -16171450 or 4603401. OLE color: 4603401.

HSL color Cylindrical-coordinate representation of color #093E46: hue angle of 187.87º 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 #093E46 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 62 70 -
CMYK 0.87 0.11 0 0.73
HSL 187.87º 0.77% 0.15% -
HSV(B) 187.87º 0.87% 0.27% -
XYZ 2.94 3.95 6.4 -
YUV 47.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 9 62 70 0.87 0.11 0 0.73 187.87 0.77 0.15
Hex 9 3E 46 57 B 0 49 BC 4D F
Octal 11 76 106 127 13 0 111 274 115 17
Binary 1001 111110 1000110 1010111 1011 0 1001001 10111100 1001101 1111

Color Harmonies of #093E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E46

Black with #093E46

Text Example


Text Example

White with #093E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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