Html Css Color HEX #065B7F Blue Lagoon

📋 copy color: '#065B7F'

red 6 ◦ green 91 ◦ blue 127

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

Shades of Blue Lagoon #065B7F

Tints of Blue Lagoon #065B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.63%

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

R = 2.68%
G = 40.63%
B = 56.7%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#065B7F (or 0x065B7F) is known color: Blue Lagoon. HEX triplet: 06, 5B and 7F. RGB value is (6,91,127). Sum of RGB (Red+Green+Blue) = 6+91+127=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #065B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B7F is #F9A480. Grayscale: #454545. Windows color (decimal): -16360577 or 8346374. OLE color: 8346374.

HSL color Cylindrical-coordinate representation of color #065B7F: hue angle of 197.85º 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 #065B7F is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 91 127 -
CMYK 0.95 0.28 0 0.50
HSL 197.85º 0.91% 0.26% -
HSV(B) 197.85º 0.95% 0.5% -
XYZ 7.65 9.05 21.42 -
YUV 69.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 6 91 127 0.95 0.28 0 0.50 197.85 0.91 0.26
Hex 6 5B 7F 5F 1C 0 32 C6 5B 1A
Octal 6 133 177 137 34 0 62 306 133 32
Binary 110 1011011 1111111 1011111 11100 0 110010 11000110 1011011 11010

Color Harmonies of #065B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B7F

Black with #065B7F

Text Example


Text Example

White with #065B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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