Html Css Color HEX #094246 Cyprus

📋 copy color: '#094246'

red 9 ◦ green 66 ◦ blue 70

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

Shades of Cyprus #094246

Tints of Cyprus #094246

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 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

#094246 (or 0x094246) is known color: 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

RGB 9 66 70 -
CMYK 0.87 0.06 0 0.73
HSL 183.93º 0.77% 0.15% -
HSV(B) 183.93º 0.87% 0.27% -
XYZ 3.17 4.4 6.48 -
YUV 49.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 9 66 70 0.87 0.06 0 0.73 183.93 0.77 0.15
Hex 9 42 46 57 6 0 49 B8 4D F
Octal 11 102 106 127 6 0 111 270 115 17
Binary 1001 1000010 1000110 1010111 110 0 1001001 10111000 1001101 1111

Color Harmonies of #094246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094246

Black with #094246

Text Example


Text Example

White with #094246

Text Example


Text Example

HTML Codes & Css Web 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>