Html Css Color HEX #094247 Cyprus

📋 copy color: '#094247'

red 9 ◦ green 66 ◦ blue 71

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

Shades of Cyprus #094247

Tints of Cyprus #094247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

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

R = 6.16%
G = 45.21%
B = 48.63%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#094247 (or 0x094247) is known color: Cyprus. HEX triplet: 09, 42 and 47. RGB value is (9,66,71). Sum of RGB (Red+Green+Blue) = 9+66+71=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #094247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094247 is #F6BDB8. Grayscale: #313131. Windows color (decimal): -16170425 or 4669961. OLE color: 4669961.

HSL color Cylindrical-coordinate representation of color #094247: hue angle of 184.84º 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 #094247 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 66 71 -
CMYK 0.87 0.07 0 0.72
HSL 184.84º 0.78% 0.16% -
HSV(B) 184.84º 0.87% 0.28% -
XYZ 3.2 4.41 6.64 -
YUV 49.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 9 66 71 0.87 0.07 0 0.72 184.84 0.78 0.16
Hex 9 42 47 57 7 0 48 B9 4E 10
Octal 11 102 107 127 7 0 110 271 116 20
Binary 1001 1000010 1000111 1010111 111 0 1001000 10111001 1001110 10000

Color Harmonies of #094247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094247

Black with #094247

Text Example


Text Example

White with #094247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094247; }

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

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

background-color css

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

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

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

border-color css

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

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

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