Html Css Color HEX #065E86 Blue Lagoon

📋 copy color: '#065E86'

red 6 ◦ green 94 ◦ blue 134

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

Shades of Blue Lagoon #065E86

Tints of Blue Lagoon #065E86

RGB

 RED value IS 6 (2.73% from 255) = 2.56%

 GREEN value IS 94 (37.11% from 255) = 40.17%

 BLUE value IS 134 (52.73% from 255) = 57.26%

R = 2.56%
G = 40.17%
B = 57.26%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065E86 (or 0x065E86) is known color: Blue Lagoon. HEX triplet: 06, 5E and 86. RGB value is (6,94,134). Sum of RGB (Red+Green+Blue) = 6+94+134=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #065E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E86 is #F9A179. Grayscale: #474747. Windows color (decimal): -16359802 or 8805894. OLE color: 8805894.

HSL color Cylindrical-coordinate representation of color #065E86: hue angle of 198.75º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065E86 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 94 134 -
CMYK 0.96 0.30 0 0.47
HSL 198.75º 0.91% 0.27% -
HSV(B) 198.75º 0.96% 0.53% -
XYZ 8.38 9.77 24 -
YUV 72.25 162.85 80.75 -
System Red Green Blue C M Y K H S L
Decimal 6 94 134 0.96 0.30 0 0.47 198.75 0.91 0.27
Hex 6 5E 86 60 1E 0 2F C7 5B 1B
Octal 6 136 206 140 36 0 57 307 133 33
Binary 110 1011110 10000110 1100000 11110 0 101111 11000111 1011011 11011

Color Harmonies of #065E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E86

Black with #065E86

Text Example


Text Example

White with #065E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065E86; }

 p { color: rgb(6,94,134); }

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

background-color css

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

 a { background-color: rgb(6,94,134); }

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

border-color css

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

 span { border-color: rgb(6,94,134); }

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