Html Css Color HEX #065E7F Blue Lagoon

📋 copy color: '#065E7F'

red 6 ◦ green 94 ◦ blue 127

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

Shades of Blue Lagoon #065E7F

Tints of Blue Lagoon #065E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.95%

R = 2.64%
G = 41.41%
B = 55.95%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#065E7F (or 0x065E7F) is known color: Blue Lagoon. HEX triplet: 06, 5E and 7F. RGB value is (6,94,127). Sum of RGB (Red+Green+Blue) = 6+94+127=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #065E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E7F is #F9A180. Grayscale: #474747. Windows color (decimal): -16359809 or 8347142. OLE color: 8347142.

HSL color Cylindrical-coordinate representation of color #065E7F: hue angle of 196.36º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E7F is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 94 127 -
CMYK 0.95 0.26 0 0.50
HSL 196.36º 0.91% 0.26% -
HSV(B) 196.36º 0.95% 0.5% -
XYZ 7.91 9.58 21.51 -
YUV 71.45 159.35 81.32 -
System Red Green Blue C M Y K H S L
Decimal 6 94 127 0.95 0.26 0 0.50 196.36 0.91 0.26
Hex 6 5E 7F 5F 1A 0 32 C4 5B 1A
Octal 6 136 177 137 32 0 62 304 133 32
Binary 110 1011110 1111111 1011111 11010 0 110010 11000100 1011011 11010

Color Harmonies of #065E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E7F

Black with #065E7F

Text Example


Text Example

White with #065E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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