#094145

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

Shades of Cyprus #094145

Tints of Cyprus #094145

Color information

#094145 (or 0x094145) is unknown color: approx Cyprus. HEX triplet: 09, 41 and 45. RGB value is (9,65,69). Sum of RGB (Red+Green+Blue) = 9+65+69=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #094145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094145 is #F6BEBA. Grayscale: #303030. Windows color (decimal): -16170683 or 4538633. OLE color: 4538633.

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

Color convert

RGB96569-
CMYK0.870.0600.73
HSL184º76.92%15.29%-
HSV(B)184º86.96%27.06%-
XYZ3.084.276.29-
YUV48.71139.4599.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=6.29%
G=45.45%
B=48.25%

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
Decimal965690.870.0600.7318476.9215.29
Hex94145576049b84df
Octal111011051276011127011517
Binary1001100000110001011010111110010010011011100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094145; }

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

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

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

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

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

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

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

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