Html Css Color HEX #094548 Cyprus

📋 copy color: '#094548'

red 9 ◦ green 69 ◦ blue 72

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

Shades of Cyprus #094548

Tints of Cyprus #094548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46%

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

R = 6%
G = 46%
B = 48%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#094548 (or 0x094548) is known color: Cyprus. HEX triplet: 09, 45 and 48. RGB value is (9,69,72). Sum of RGB (Red+Green+Blue) = 9+69+72=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #094548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094548 is #F6BAB7. Grayscale: #333333. Windows color (decimal): -16169656 or 4736265. OLE color: 4736265.

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

Color convert

RGB 9 69 72 -
CMYK 0.88 0.04 0 0.72
HSL 182.86º 0.78% 0.16% -
HSV(B) 182.86º 0.88% 0.28% -
XYZ 3.41 4.78 6.87 -
YUV 51.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 9 69 72 0.88 0.04 0 0.72 182.86 0.78 0.16
Hex 9 45 48 58 4 0 48 B7 4E 10
Octal 11 105 110 130 4 0 110 267 116 20
Binary 1001 1000101 1001000 1011000 100 0 1001000 10110111 1001110 10000

Color Harmonies of #094548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094548

Black with #094548

Text Example


Text Example

White with #094548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094548; }

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

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

background-color css

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

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

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

border-color css

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

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

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