Html Css Color HEX #094648 Cyprus

📋 copy color: '#094648'

red 9 ◦ green 70 ◦ blue 72

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

Shades of Cyprus #094648

Tints of Cyprus #094648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.36%

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 5.96%
G = 46.36%
B = 47.68%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#094648 (or 0x094648) is known color: Cyprus. HEX triplet: 09, 46 and 48. RGB value is (9,70,72). Sum of RGB (Red+Green+Blue) = 9+70+72=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #094648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094648 is #F6B9B7. Grayscale: #333333. Windows color (decimal): -16169400 or 4736521. OLE color: 4736521.

HSL color Cylindrical-coordinate representation of color #094648: hue angle of 181.9º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094648 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 70 72 -
CMYK 0.88 0.03 0 0.72
HSL 181.9º 0.78% 0.16% -
HSV(B) 181.9º 0.88% 0.28% -
XYZ 3.47 4.91 6.89 -
YUV 51.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 9 70 72 0.88 0.03 0 0.72 181.9 0.78 0.16
Hex 9 46 48 58 3 0 48 B6 4E 10
Octal 11 106 110 130 3 0 110 266 116 20
Binary 1001 1000110 1001000 1011000 11 0 1001000 10110110 1001110 10000

Color Harmonies of #094648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094648

Black with #094648

Text Example


Text Example

White with #094648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094648; }

 p { color: rgb(9,70,72); }

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

background-color css

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

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

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

border-color css

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

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

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