Html Css Color HEX #094140 Cyprus

📋 copy color: '#094140'

red 9 ◦ green 65 ◦ blue 64

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

Shades of Cyprus #094140

Tints of Cyprus #094140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 6.52%
G = 47.1%
B = 46.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#094140 (or 0x094140) is known color: Cyprus. HEX triplet: 09, 41 and 40. RGB value is (9,65,64). Sum of RGB (Red+Green+Blue) = 9+65+64=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #094140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094140 is #F6BEBF. Grayscale: #303030. Windows color (decimal): -16170688 or 4210953. OLE color: 4210953.

HSL color Cylindrical-coordinate representation of color #094140: hue angle of 178.93º 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 #094140 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 64 -
CMYK 0.86 0 0.02 0.75
HSL 178.93º 0.76% 0.15% -
HSV(B) 178.93º 0.86% 0.25% -
XYZ 2.93 4.21 5.51 -
YUV 48.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 9 65 64 0.86 0 0.02 0.75 178.93 0.76 0.15
Hex 9 41 40 56 0 2 4B B3 4C F
Octal 11 101 100 126 0 2 113 263 114 17
Binary 1001 1000001 1000000 1010110 0 10 1001011 10110011 1001100 1111

Color Harmonies of #094140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094140

Black with #094140

Text Example


Text Example

White with #094140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094140; }

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

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

background-color css

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

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

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

border-color css

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

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

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