Html Css Color HEX #094147 Cyprus

📋 copy color: '#094147'

red 9 ◦ green 65 ◦ blue 71

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

Shades of Cyprus #094147

Tints of Cyprus #094147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.97%

R = 6.21%
G = 44.83%
B = 48.97%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#094147 (or 0x094147) is known color: Cyprus. HEX triplet: 09, 41 and 47. RGB value is (9,65,71). Sum of RGB (Red+Green+Blue) = 9+65+71=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #094147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094147 is #F6BEB8. Grayscale: #303030. Windows color (decimal): -16170681 or 4669705. OLE color: 4669705.

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

Color convert

RGB 9 65 71 -
CMYK 0.87 0.08 0 0.72
HSL 185.81º 0.78% 0.16% -
HSV(B) 185.81º 0.87% 0.28% -
XYZ 3.14 4.29 6.62 -
YUV 48.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 9 65 71 0.87 0.08 0 0.72 185.81 0.78 0.16
Hex 9 41 47 57 8 0 48 BA 4E 10
Octal 11 101 107 127 10 0 110 272 116 20
Binary 1001 1000001 1000111 1010111 1000 0 1001000 10111010 1001110 10000

Color Harmonies of #094147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094147

Black with #094147

Text Example


Text Example

White with #094147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094147; }

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

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

background-color css

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

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

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

border-color css

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

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

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