Html Css Color HEX #094843 Cyprus

📋 copy color: '#094843'

red 9 ◦ green 72 ◦ blue 67

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

Shades of Cyprus #094843

Tints of Cyprus #094843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.65%

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

R = 6.08%
G = 48.65%
B = 45.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#094843 (or 0x094843) is known color: Cyprus. HEX triplet: 09, 48 and 43. RGB value is (9,72,67). Sum of RGB (Red+Green+Blue) = 9+72+67=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #094843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094843 is #F6B7BC. Grayscale: #343434. Windows color (decimal): -16168893 or 4409353. OLE color: 4409353.

HSL color Cylindrical-coordinate representation of color #094843: hue angle of 175.24º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094843 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 67 -
CMYK 0.88 0 0.07 0.72
HSL 175.24º 0.78% 0.16% -
HSV(B) 175.24º 0.88% 0.28% -
XYZ 3.44 5.1 6.11 -
YUV 52.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 9 72 67 0.88 0 0.07 0.72 175.24 0.78 0.16
Hex 9 48 43 58 0 7 48 AF 4E 10
Octal 11 110 103 130 0 7 110 257 116 20
Binary 1001 1001000 1000011 1011000 0 111 1001000 10101111 1001110 10000

Color Harmonies of #094843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094843

Black with #094843

Text Example


Text Example

White with #094843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094843; }

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

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

background-color css

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

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

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

border-color css

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

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

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