Html Css Color HEX #094643 Cyprus

📋 copy color: '#094643'

red 9 ◦ green 70 ◦ blue 67

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

Shades of Cyprus #094643

Tints of Cyprus #094643

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

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

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

Color convert

RGB 9 70 67 -
CMYK 0.87 0 0.04 0.73
HSL 177.05º 0.77% 0.15% -
HSV(B) 177.05º 0.87% 0.27% -
XYZ 3.32 4.84 6.07 -
YUV 51.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 9 70 67 0.87 0 0.04 0.73 177.05 0.77 0.15
Hex 9 46 43 57 0 4 49 B1 4D F
Octal 11 106 103 127 0 4 111 261 115 17
Binary 1001 1000110 1000011 1010111 0 100 1001001 10110001 1001101 1111

Color Harmonies of #094643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094643

Black with #094643

Text Example


Text Example

White with #094643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094643; }

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

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

background-color css

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

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

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

border-color css

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

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

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