Html Css Color HEX #084648 Cyprus

📋 copy color: '#084648'

red 8 ◦ green 70 ◦ blue 72

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

Shades of Cyprus #084648

Tints of Cyprus #084648

RGB

 RED value IS 8 (3.52% from 255) = 5.33%

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

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

R = 5.33%
G = 46.67%
B = 48%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084648 (or 0x084648) is known color: Cyprus. HEX triplet: 08, 46 and 48. RGB value is (8,70,72). Sum of RGB (Red+Green+Blue) = 8+70+72=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 70 (27.73% from 255 or 46.67% 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 #084648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084648 is #F7B9B7. Grayscale: #333333. Windows color (decimal): -16234936 or 4736520. OLE color: 4736520.

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

Color convert

RGB 8 70 72 -
CMYK 0.89 0.03 0 0.72
HSL 181.88º 0.8% 0.16% -
HSV(B) 181.88º 0.89% 0.28% -
XYZ 3.46 4.9 6.89 -
YUV 51.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 8 70 72 0.89 0.03 0 0.72 181.88 0.8 0.16
Hex 8 46 48 59 3 0 48 B6 50 10
Octal 10 106 110 131 3 0 110 266 120 20
Binary 1000 1000110 1001000 1011001 11 0 1001000 10110110 1010000 10000

Color Harmonies of #084648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084648

Black with #084648

Text Example


Text Example

White with #084648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084648; }

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

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

background-color css

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

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

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

border-color css

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

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

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