Html Css Color HEX #084E68 Blue Lagoon

📋 copy color: '#084E68'

red 8 ◦ green 78 ◦ blue 104

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

Shades of Blue Lagoon #084E68

Tints of Blue Lagoon #084E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.05%

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 4.21%
G = 41.05%
B = 54.74%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#084E68 (or 0x084E68) is known color: Blue Lagoon. HEX triplet: 08, 4E and 68. RGB value is (8,78,104). Sum of RGB (Red+Green+Blue) = 8+78+104=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #084E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E68 is #F7B197. Grayscale: #3B3B3B. Windows color (decimal): -16232856 or 6835720. OLE color: 6835720.

HSL color Cylindrical-coordinate representation of color #084E68: hue angle of 196.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084E68 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 78 104 -
CMYK 0.92 0.25 0 0.59
HSL 196.25º 0.86% 0.22% -
HSV(B) 196.25º 0.92% 0.41% -
XYZ 5.32 6.5 14.07 -
YUV 60.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 8 78 104 0.92 0.25 0 0.59 196.25 0.86 0.22
Hex 8 4E 68 5C 19 0 3B C4 56 16
Octal 10 116 150 134 31 0 73 304 126 26
Binary 1000 1001110 1101000 1011100 11001 0 111011 11000100 1010110 10110

Color Harmonies of #084E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E68

Black with #084E68

Text Example


Text Example

White with #084E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,104); }

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

background-color css

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

 a { background-color: rgb(8,78,104); }

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

border-color css

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

 span { border-color: rgb(8,78,104); }

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