Html Css Color HEX #094242 Cyprus

📋 copy color: '#094242'

red 9 ◦ green 66 ◦ blue 66

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

Shades of Cyprus #094242

Tints of Cyprus #094242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

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

R = 6.38%
G = 46.81%
B = 46.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#094242 (or 0x094242) is known color: Cyprus. HEX triplet: 09, 42 and 42. RGB value is (9,66,66). Sum of RGB (Red+Green+Blue) = 9+66+66=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #094242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094242 is #F6BDBD. Grayscale: #303030. Windows color (decimal): -16170430 or 4342281. OLE color: 4342281.

HSL color Cylindrical-coordinate representation of color #094242: hue angle of 180º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094242 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 66 -
CMYK 0.86 0 0 0.74
HSL 180º 0.76% 0.15% -
HSV(B) 180º 0.86% 0.26% -
XYZ 3.04 4.35 5.83 -
YUV 48.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 9 66 66 0.86 0 0 0.74 180 0.76 0.15
Hex 9 42 42 56 0 0 4A B4 4C F
Octal 11 102 102 126 0 0 112 264 114 17
Binary 1001 1000010 1000010 1010110 0 0 1001010 10110100 1001100 1111

Color Harmonies of #094242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094242

Black with #094242

Text Example


Text Example

White with #094242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094242; }

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

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

background-color css

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

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

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

border-color css

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

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

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