Html Css Color HEX #094346 Cyprus

📋 copy color: '#094346'

red 9 ◦ green 67 ◦ blue 70

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

Shades of Cyprus #094346

Tints of Cyprus #094346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

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

R = 6.16%
G = 45.89%
B = 47.95%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#094346 (or 0x094346) is known color: Cyprus. HEX triplet: 09, 43 and 46. RGB value is (9,67,70). Sum of RGB (Red+Green+Blue) = 9+67+70=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #094346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094346 is #F6BCB9. Grayscale: #313131. Windows color (decimal): -16170170 or 4604681. OLE color: 4604681.

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

Color convert

RGB 9 67 70 -
CMYK 0.87 0.04 0 0.73
HSL 182.95º 0.77% 0.15% -
HSV(B) 182.95º 0.87% 0.27% -
XYZ 3.23 4.51 6.5 -
YUV 50 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 9 67 70 0.87 0.04 0 0.73 182.95 0.77 0.15
Hex 9 43 46 57 4 0 49 B7 4D F
Octal 11 103 106 127 4 0 111 267 115 17
Binary 1001 1000011 1000110 1010111 100 0 1001001 10110111 1001101 1111

Color Harmonies of #094346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094346

Black with #094346

Text Example


Text Example

White with #094346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094346; }

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

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

background-color css

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

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

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

border-color css

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

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

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