Html Css Color HEX #095344 Cyprus

📋 copy color: '#095344'

red 9 ◦ green 83 ◦ blue 68

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

Shades of Cyprus #095344

Tints of Cyprus #095344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.88%

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

R = 5.63%
G = 51.88%
B = 42.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#095344 (or 0x095344) is known color: Cyprus. HEX triplet: 09, 53 and 44. RGB value is (9,83,68). Sum of RGB (Red+Green+Blue) = 9+83+68=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #095344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095344 is #F6ACBB. Grayscale: #3B3B3B. Windows color (decimal): -16166076 or 4477705. OLE color: 4477705.

HSL color Cylindrical-coordinate representation of color #095344: hue angle of 167.84º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095344 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 68 -
CMYK 0.89 0 0.18 0.67
HSL 167.84º 0.8% 0.18% -
HSV(B) 167.84º 0.89% 0.33% -
XYZ 4.25 6.66 6.53 -
YUV 59.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 9 83 68 0.89 0 0.18 0.67 167.84 0.8 0.18
Hex 9 53 44 59 0 12 43 A8 50 12
Octal 11 123 104 131 0 22 103 250 120 22
Binary 1001 1010011 1000100 1011001 0 10010 1000011 10101000 1010000 10010

Color Harmonies of #095344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095344

Black with #095344

Text Example


Text Example

White with #095344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095344; }

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

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

background-color css

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

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

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

border-color css

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

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

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