Html Css Color HEX #094544 Cyprus

📋 copy color: '#094544'

red 9 ◦ green 69 ◦ blue 68

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

Shades of Cyprus #094544

Tints of Cyprus #094544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.26%

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

R = 6.16%
G = 47.26%
B = 46.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#094544 (or 0x094544) is known color: Cyprus. HEX triplet: 09, 45 and 44. RGB value is (9,69,68). Sum of RGB (Red+Green+Blue) = 9+69+68=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #094544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094544 is #F6BABB. Grayscale: #323232. Windows color (decimal): -16169660 or 4474121. OLE color: 4474121.

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

Color convert

RGB 9 69 68 -
CMYK 0.87 0 0.01 0.73
HSL 179º 0.77% 0.15% -
HSV(B) 179º 0.87% 0.27% -
XYZ 3.28 4.73 6.21 -
YUV 50.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 9 69 68 0.87 0 0.01 0.73 179 0.77 0.15
Hex 9 45 44 57 0 1 49 B3 4D F
Octal 11 105 104 127 0 1 111 263 115 17
Binary 1001 1000101 1000100 1010111 0 1 1001001 10110011 1001101 1111

Color Harmonies of #094544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094544

Black with #094544

Text Example


Text Example

White with #094544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094544; }

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

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

background-color css

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

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

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

border-color css

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

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

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