Html Css Color HEX #065E85 Blue Lagoon

📋 copy color: '#065E85'

red 6 ◦ green 94 ◦ blue 133

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

Shades of Blue Lagoon #065E85

Tints of Blue Lagoon #065E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.08%

R = 2.58%
G = 40.34%
B = 57.08%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#065E85 (or 0x065E85) is known color: Blue Lagoon. HEX triplet: 06, 5E and 85. RGB value is (6,94,133). Sum of RGB (Red+Green+Blue) = 6+94+133=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #065E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E85 is #F9A17A. Grayscale: #474747. Windows color (decimal): -16359803 or 8740358. OLE color: 8740358.

HSL color Cylindrical-coordinate representation of color #065E85: hue angle of 198.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E85 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 94 133 -
CMYK 0.95 0.29 0 0.48
HSL 198.43º 0.91% 0.27% -
HSV(B) 198.43º 0.95% 0.52% -
XYZ 8.31 9.74 23.63 -
YUV 72.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 6 94 133 0.95 0.29 0 0.48 198.43 0.91 0.27
Hex 6 5E 85 5F 1D 0 30 C6 5B 1B
Octal 6 136 205 137 35 0 60 306 133 33
Binary 110 1011110 10000101 1011111 11101 0 110000 11000110 1011011 11011

Color Harmonies of #065E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E85

Black with #065E85

Text Example


Text Example

White with #065E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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