#094246

Color #094246 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #094246

Tints of Cyprus #094246

Color information

#094246 (or 0x094246) is unknown color: approx Cyprus. HEX triplet: 09, 42 and 46. RGB value is (9,66,70). Sum of RGB (Red+Green+Blue) = 9+66+70=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #094246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094246 is #F6BDB9. Grayscale: #313131. Windows color (decimal): -16170426 or 4604425. OLE color: 4604425.

HSL color Cylindrical-coordinate representation of color #094246: hue angle of 183.93º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094246 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB96670-
CMYK0.870.0600.73
HSL183.93º77.22%15.49%-
HSV(B)183.93º87.14%27.45%-
XYZ3.174.46.48-
YUV49.41139.6299.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=6.21%
G=45.52%
B=48.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal966700.870.0600.73183.9377.2215.49
Hex94246576049b84df
Octal111021061276011127011517
Binary1001100001010001101010111110010010011011100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094246; }

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

 H1.HeaderClassName
 {
   color: #094246;
 }
 .AnyTagClassName
 {
   color: #094246;
 }
</style>
background-color css

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

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

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

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

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

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