Html Css Color HEX #084246 Cyprus

📋 copy color: '#084246'

red 8 ◦ green 66 ◦ blue 70

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

Shades of Cyprus #084246

Tints of Cyprus #084246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 5.56%
G = 45.83%
B = 48.61%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084246 (or 0x084246) is known color: Cyprus. HEX triplet: 08, 42 and 46. RGB value is (8,66,70). Sum of RGB (Red+Green+Blue) = 8+66+70=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #084246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084246 is #F7BDB9. Grayscale: #313131. Windows color (decimal): -16235962 or 4604424. OLE color: 4604424.

HSL color Cylindrical-coordinate representation of color #084246: hue angle of 183.87º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084246 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 66 70 -
CMYK 0.89 0.06 0 0.73
HSL 183.87º 0.79% 0.15% -
HSV(B) 183.87º 0.89% 0.27% -
XYZ 3.15 4.39 6.48 -
YUV 49.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 8 66 70 0.89 0.06 0 0.73 183.87 0.79 0.15
Hex 8 42 46 59 6 0 49 B8 4F F
Octal 10 102 106 131 6 0 111 270 117 17
Binary 1000 1000010 1000110 1011001 110 0 1001001 10111000 1001111 1111

Color Harmonies of #084246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084246

Black with #084246

Text Example


Text Example

White with #084246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084246; }

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

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

background-color css

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

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

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

border-color css

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

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

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