Html Css Color HEX #084B44 Cyprus

📋 copy color: '#084B44'

red 8 ◦ green 75 ◦ blue 68

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

Shades of Cyprus #084B44

Tints of Cyprus #084B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.03%

R = 5.3%
G = 49.67%
B = 45.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#084B44 (or 0x084B44) is known color: Cyprus. HEX triplet: 08, 4B and 44. RGB value is (8,75,68). Sum of RGB (Red+Green+Blue) = 8+75+68=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #084B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B44 is #F7B4BB. Grayscale: #363636. Windows color (decimal): -16233660 or 4475656. OLE color: 4475656.

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

Color convert

RGB 8 75 68 -
CMYK 0.89 0 0.09 0.71
HSL 173.73º 0.81% 0.16% -
HSV(B) 173.73º 0.89% 0.29% -
XYZ 3.66 5.5 6.34 -
YUV 54.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 8 75 68 0.89 0 0.09 0.71 173.73 0.81 0.16
Hex 8 4B 44 59 0 9 47 AE 51 10
Octal 10 113 104 131 0 11 107 256 121 20
Binary 1000 1001011 1000100 1011001 0 1001 1000111 10101110 1010001 10000

Color Harmonies of #084B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084B44

Black with #084B44

Text Example


Text Example

White with #084B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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