Html Css Color HEX #094042 Cyprus

📋 copy color: '#094042'

red 9 ◦ green 64 ◦ blue 66

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

Shades of Cyprus #094042

Tints of Cyprus #094042

RGB

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

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

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

R = 6.47%
G = 46.04%
B = 47.48%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#094042 (or 0x094042) is known color: Cyprus. HEX triplet: 09, 40 and 42. RGB value is (9,64,66). Sum of RGB (Red+Green+Blue) = 9+64+66=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #094042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094042 is #F6BFBD. Grayscale: #2F2F2F. Windows color (decimal): -16170942 or 4341769. OLE color: 4341769.

HSL color Cylindrical-coordinate representation of color #094042: hue angle of 182.11º 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 #094042 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 64 66 -
CMYK 0.86 0.03 0 0.74
HSL 182.11º 0.76% 0.15% -
HSV(B) 182.11º 0.86% 0.26% -
XYZ 2.93 4.12 5.79 -
YUV 47.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 9 64 66 0.86 0.03 0 0.74 182.11 0.76 0.15
Hex 9 40 42 56 3 0 4A B6 4C F
Octal 11 100 102 126 3 0 112 266 114 17
Binary 1001 1000000 1000010 1010110 11 0 1001010 10110110 1001100 1111

Color Harmonies of #094042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094042

Black with #094042

Text Example


Text Example

White with #094042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094042; }

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

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

background-color css

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

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

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

border-color css

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

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

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