#094448

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

Shades of Cyprus #094448

Tints of Cyprus #094448

Color information

#094448 (or 0x094448) is unknown color: approx Cyprus. HEX triplet: 09, 44 and 48. RGB value is (9,68,72). Sum of RGB (Red+Green+Blue) = 9+68+72=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #094448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094448 is #F6BBB7. Grayscale: #323232. Windows color (decimal): -16169912 or 4736009. OLE color: 4736009.

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

Color convert

RGB96872-
CMYK0.880.0600.72
HSL183.81º77.78%15.88%-
HSV(B)183.81º87.5%28.24%-
XYZ3.354.666.85-
YUV50.82139.9598.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=6.04%
G=45.64%
B=48.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal968720.880.0600.72183.8177.7815.88
Hex94448586048b84e10
Octal111041101306011027011620
Binary10011000100100100010110001100100100010111000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094448; }

 p { color: rgb(9,68,72); }

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

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

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

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

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

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

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