Html Css Color HEX #094044 Cyprus

📋 copy color: '#094044'

red 9 ◦ green 64 ◦ blue 68

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

Shades of Cyprus #094044

Tints of Cyprus #094044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

 BLUE value IS 68 (26.95% from 255) = 48.23%

R = 6.38%
G = 45.39%
B = 48.23%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#094044 (or 0x094044) is known color: Cyprus. HEX triplet: 09, 40 and 44. RGB value is (9,64,68). Sum of RGB (Red+Green+Blue) = 9+64+68=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #094044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094044 is #F6BFBB. Grayscale: #2F2F2F. Windows color (decimal): -16170940 or 4472841. OLE color: 4472841.

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

Color convert

RGB 9 64 68 -
CMYK 0.87 0.06 0 0.73
HSL 184.07º 0.77% 0.15% -
HSV(B) 184.07º 0.87% 0.27% -
XYZ 2.99 4.14 6.11 -
YUV 48.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 9 64 68 0.87 0.06 0 0.73 184.07 0.77 0.15
Hex 9 40 44 57 6 0 49 B8 4D F
Octal 11 100 104 127 6 0 111 270 115 17
Binary 1001 1000000 1000100 1010111 110 0 1001001 10111000 1001101 1111

Color Harmonies of #094044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094044

Black with #094044

Text Example


Text Example

White with #094044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094044; }

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

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

background-color css

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

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

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

border-color css

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

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

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