Html Css Color HEX #094A42 Cyprus

📋 copy color: '#094A42'

red 9 ◦ green 74 ◦ blue 66

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

Shades of Cyprus #094A42

Tints of Cyprus #094A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 49.66%

 BLUE value IS 66 (26.17% from 255) = 44.3%

R = 6.04%
G = 49.66%
B = 44.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#094A42 (or 0x094A42) is known color: Cyprus. HEX triplet: 09, 4A and 42. RGB value is (9,74,66). Sum of RGB (Red+Green+Blue) = 9+74+66=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #094A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A42 is #F6B5BD. Grayscale: #353535. Windows color (decimal): -16168382 or 4344329. OLE color: 4344329.

HSL color Cylindrical-coordinate representation of color #094A42: hue angle of 172.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A42 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 66 -
CMYK 0.88 0 0.11 0.71
HSL 172.62º 0.78% 0.16% -
HSV(B) 172.62º 0.88% 0.29% -
XYZ 3.54 5.35 6 -
YUV 53.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 9 74 66 0.88 0 0.11 0.71 172.62 0.78 0.16
Hex 9 4A 42 58 0 B 47 AD 4E 10
Octal 11 112 102 130 0 13 107 255 116 20
Binary 1001 1001010 1000010 1011000 0 1011 1000111 10101101 1001110 10000

Color Harmonies of #094A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A42

Black with #094A42

Text Example


Text Example

White with #094A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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