Html Css Color HEX #084046 Cyprus

📋 copy color: '#084046'

red 8 ◦ green 64 ◦ blue 70

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

Shades of Cyprus #084046

Tints of Cyprus #084046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

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

R = 5.63%
G = 45.07%
B = 49.3%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084046 (or 0x084046) is known color: Cyprus. HEX triplet: 08, 40 and 46. RGB value is (8,64,70). Sum of RGB (Red+Green+Blue) = 8+64+70=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #084046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084046 is #F7BFB9. Grayscale: #2F2F2F. Windows color (decimal): -16236474 or 4603912. OLE color: 4603912.

HSL color Cylindrical-coordinate representation of color #084046: hue angle of 185.81º 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 #084046 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 64 70 -
CMYK 0.89 0.09 0 0.73
HSL 185.81º 0.79% 0.15% -
HSV(B) 185.81º 0.89% 0.27% -
XYZ 3.04 4.16 6.44 -
YUV 47.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 8 64 70 0.89 0.09 0 0.73 185.81 0.79 0.15
Hex 8 40 46 59 9 0 49 BA 4F F
Octal 10 100 106 131 11 0 111 272 117 17
Binary 1000 1000000 1000110 1011001 1001 0 1001001 10111010 1001111 1111

Color Harmonies of #084046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084046

Black with #084046

Text Example


Text Example

White with #084046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084046; }

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

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

background-color css

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

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

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

border-color css

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

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

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