Html Css Color HEX #065978 Blue Lagoon

📋 copy color: '#065978'

red 6 ◦ green 89 ◦ blue 120

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

Shades of Blue Lagoon #065978

Tints of Blue Lagoon #065978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.4%

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 2.79%
G = 41.4%
B = 55.81%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065978 (or 0x065978) is known color: Blue Lagoon. HEX triplet: 06, 59 and 78. RGB value is (6,89,120). Sum of RGB (Red+Green+Blue) = 6+89+120=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #065978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065978 is #F9A687. Grayscale: #434343. Windows color (decimal): -16361096 or 7887110. OLE color: 7887110.

HSL color Cylindrical-coordinate representation of color #065978: hue angle of 196.32º degrees, saturation: 0.9, 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 #065978 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 89 120 -
CMYK 0.95 0.26 0 0.53
HSL 196.32º 0.9% 0.25% -
HSV(B) 196.32º 0.95% 0.47% -
XYZ 7.04 8.54 19.05 -
YUV 67.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 6 89 120 0.95 0.26 0 0.53 196.32 0.9 0.25
Hex 6 59 78 5F 1A 0 35 C4 5A 19
Octal 6 131 170 137 32 0 65 304 132 31
Binary 110 1011001 1111000 1011111 11010 0 110101 11000100 1011010 11001

Color Harmonies of #065978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065978

Black with #065978

Text Example


Text Example

White with #065978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065978; }

 p { color: rgb(6,89,120); }

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

background-color css

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

 a { background-color: rgb(6,89,120); }

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

border-color css

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

 span { border-color: rgb(6,89,120); }

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