Html Css Color HEX #095043 Cyprus

📋 copy color: '#095043'

red 9 ◦ green 80 ◦ blue 67

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

Shades of Cyprus #095043

Tints of Cyprus #095043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.28%

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

R = 5.77%
G = 51.28%
B = 42.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#095043 (or 0x095043) is known color: Cyprus. HEX triplet: 09, 50 and 43. RGB value is (9,80,67). Sum of RGB (Red+Green+Blue) = 9+80+67=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #095043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095043 is #F6AFBC. Grayscale: #393939. Windows color (decimal): -16166845 or 4411401. OLE color: 4411401.

HSL color Cylindrical-coordinate representation of color #095043: hue angle of 169.01º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095043 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 67 -
CMYK 0.89 0 0.16 0.69
HSL 169.01º 0.8% 0.17% -
HSV(B) 169.01º 0.89% 0.31% -
XYZ 3.99 6.2 6.3 -
YUV 57.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 9 80 67 0.89 0 0.16 0.69 169.01 0.8 0.17
Hex 9 50 43 59 0 10 45 A9 50 11
Octal 11 120 103 131 0 20 105 251 120 21
Binary 1001 1010000 1000011 1011001 0 10000 1000101 10101001 1010000 10001

Color Harmonies of #095043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095043

Black with #095043

Text Example


Text Example

White with #095043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095043; }

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

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

background-color css

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

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

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

border-color css

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

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

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