Html Css Color HEX #094748 Cyprus

📋 copy color: '#094748'

red 9 ◦ green 71 ◦ blue 72

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

Shades of Cyprus #094748

Tints of Cyprus #094748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 5.92%
G = 46.71%
B = 47.37%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#094748 (or 0x094748) is known color: Cyprus. HEX triplet: 09, 47 and 48. RGB value is (9,71,72). Sum of RGB (Red+Green+Blue) = 9+71+72=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #094748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094748 is #F6B8B7. Grayscale: #343434. Windows color (decimal): -16169144 or 4736777. OLE color: 4736777.

HSL color Cylindrical-coordinate representation of color #094748: hue angle of 180.95º 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 #094748 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 72 -
CMYK 0.88 0.01 0 0.72
HSL 180.95º 0.78% 0.16% -
HSV(B) 180.95º 0.88% 0.28% -
XYZ 3.54 5.03 6.92 -
YUV 52.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 9 71 72 0.88 0.01 0 0.72 180.95 0.78 0.16
Hex 9 47 48 58 1 0 48 B5 4E 10
Octal 11 107 110 130 1 0 110 265 116 20
Binary 1001 1000111 1001000 1011000 1 0 1001000 10110101 1001110 10000

Color Harmonies of #094748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094748

Black with #094748

Text Example


Text Example

White with #094748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094748; }

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

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

background-color css

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

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

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

border-color css

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

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

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