Html Css Color HEX #065779 Blue Lagoon

📋 copy color: '#065779'

red 6 ◦ green 87 ◦ blue 121

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

Shades of Blue Lagoon #065779

Tints of Blue Lagoon #065779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 121 (47.66% from 255) = 56.54%

R = 2.8%
G = 40.65%
B = 56.54%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065779 (or 0x065779) is known color: Blue Lagoon. HEX triplet: 06, 57 and 79. RGB value is (6,87,121). Sum of RGB (Red+Green+Blue) = 6+87+121=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #065779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065779 is #F9A886. Grayscale: #424242. Windows color (decimal): -16361607 or 7952134. OLE color: 7952134.

HSL color Cylindrical-coordinate representation of color #065779: hue angle of 197.74º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065779 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 87 121 -
CMYK 0.95 0.28 0 0.53
HSL 197.74º 0.91% 0.25% -
HSV(B) 197.74º 0.95% 0.47% -
XYZ 6.93 8.24 19.31 -
YUV 66.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 6 87 121 0.95 0.28 0 0.53 197.74 0.91 0.25
Hex 6 57 79 5F 1C 0 35 C6 5B 19
Octal 6 127 171 137 34 0 65 306 133 31
Binary 110 1010111 1111001 1011111 11100 0 110101 11000110 1011011 11001

Color Harmonies of #065779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065779

Black with #065779

Text Example


Text Example

White with #065779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065779; }

 p { color: rgb(6,87,121); }

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

background-color css

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

 a { background-color: rgb(6,87,121); }

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

border-color css

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

 span { border-color: rgb(6,87,121); }

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