Html Css Color HEX #094344 Cyprus

📋 copy color: '#094344'

red 9 ◦ green 67 ◦ blue 68

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

Shades of Cyprus #094344

Tints of Cyprus #094344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 47.22%

R = 6.25%
G = 46.53%
B = 47.22%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#094344 (or 0x094344) is known color: Cyprus. HEX triplet: 09, 43 and 44. RGB value is (9,67,68). Sum of RGB (Red+Green+Blue) = 9+67+68=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #094344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094344 is #F6BCBB. Grayscale: #313131. Windows color (decimal): -16170172 or 4473609. OLE color: 4473609.

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

Color convert

RGB 9 67 68 -
CMYK 0.87 0.01 0 0.73
HSL 181.02º 0.77% 0.15% -
HSV(B) 181.02º 0.87% 0.27% -
XYZ 3.16 4.49 6.17 -
YUV 49.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 9 67 68 0.87 0.01 0 0.73 181.02 0.77 0.15
Hex 9 43 44 57 1 0 49 B5 4D F
Octal 11 103 104 127 1 0 111 265 115 17
Binary 1001 1000011 1000100 1010111 1 0 1001001 10110101 1001101 1111

Color Harmonies of #094344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094344

Black with #094344

Text Example


Text Example

White with #094344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094344; }

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

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

background-color css

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

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

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

border-color css

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

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

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