Html Css Color HEX #084B41 Cyprus

📋 copy color: '#084B41'

red 8 ◦ green 75 ◦ blue 65

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

Shades of Cyprus #084B41

Tints of Cyprus #084B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 5.41%
G = 50.68%
B = 43.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#084B41 (or 0x084B41) is known color: Cyprus. HEX triplet: 08, 4B and 41. RGB value is (8,75,65). Sum of RGB (Red+Green+Blue) = 8+75+65=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #084B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B41 is #F7B4BE. Grayscale: #353535. Windows color (decimal): -16233663 or 4279048. OLE color: 4279048.

HSL color Cylindrical-coordinate representation of color #084B41: hue angle of 171.04º 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 #084B41 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 75 65 -
CMYK 0.89 0 0.13 0.71
HSL 171.04º 0.81% 0.16% -
HSV(B) 171.04º 0.89% 0.29% -
XYZ 3.57 5.47 5.87 -
YUV 53.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 8 75 65 0.89 0 0.13 0.71 171.04 0.81 0.16
Hex 8 4B 41 59 0 D 47 AB 51 10
Octal 10 113 101 131 0 15 107 253 121 20
Binary 1000 1001011 1000001 1011001 0 1101 1000111 10101011 1010001 10000

Color Harmonies of #084B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084B41

Black with #084B41

Text Example


Text Example

White with #084B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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