Html Css Color HEX #094141 Cyprus

📋 copy color: '#094141'

red 9 ◦ green 65 ◦ blue 65

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

Shades of Cyprus #094141

Tints of Cyprus #094141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.76%

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 6.47%
G = 46.76%
B = 46.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#094141 (or 0x094141) is known color: Cyprus. HEX triplet: 09, 41 and 41. RGB value is (9,65,65). Sum of RGB (Red+Green+Blue) = 9+65+65=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #094141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094141 is #F6BEBE. Grayscale: #303030. Windows color (decimal): -16170687 or 4276489. OLE color: 4276489.

HSL color Cylindrical-coordinate representation of color #094141: hue angle of 180º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094141 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 65 -
CMYK 0.86 0 0 0.75
HSL 180º 0.76% 0.15% -
HSV(B) 180º 0.86% 0.25% -
XYZ 2.96 4.22 5.66 -
YUV 48.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 9 65 65 0.86 0 0 0.75 180 0.76 0.15
Hex 9 41 41 56 0 0 4B B4 4C F
Octal 11 101 101 126 0 0 113 264 114 17
Binary 1001 1000001 1000001 1010110 0 0 1001011 10110100 1001100 1111

Color Harmonies of #094141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094141

Black with #094141

Text Example


Text Example

White with #094141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094141; }

 p { color: rgb(9,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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