Html Css Color HEX #084B42 Cyprus

📋 copy color: '#084B42'

red 8 ◦ green 75 ◦ blue 66

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

Shades of Cyprus #084B42

Tints of Cyprus #084B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.34%

 BLUE value IS 66 (26.17% from 255) = 44.3%

R = 5.37%
G = 50.34%
B = 44.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#084B42 (or 0x084B42) is known color: Cyprus. HEX triplet: 08, 4B and 42. RGB value is (8,75,66). Sum of RGB (Red+Green+Blue) = 8+75+66=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #084B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B42 is #F7B4BD. Grayscale: #353535. Windows color (decimal): -16233662 or 4344584. OLE color: 4344584.

HSL color Cylindrical-coordinate representation of color #084B42: hue angle of 171.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B42 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 75 66 -
CMYK 0.89 0 0.12 0.71
HSL 171.94º 0.81% 0.16% -
HSV(B) 171.94º 0.89% 0.29% -
XYZ 3.6 5.48 6.02 -
YUV 53.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 8 75 66 0.89 0 0.12 0.71 171.94 0.81 0.16
Hex 8 4B 42 59 0 C 47 AC 51 10
Octal 10 113 102 131 0 14 107 254 121 20
Binary 1000 1001011 1000010 1011001 0 1100 1000111 10101100 1010001 10000

Color Harmonies of #084B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084B42

Black with #084B42

Text Example


Text Example

White with #084B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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