Html Css Color HEX #066080 Blue Lagoon

📋 copy color: '#066080'

red 6 ◦ green 96 ◦ blue 128

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

Shades of Blue Lagoon #066080

Tints of Blue Lagoon #066080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 2.61%
G = 41.74%
B = 55.65%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#066080 (or 0x066080) is known color: Blue Lagoon. HEX triplet: 06, 60 and 80. RGB value is (6,96,128). Sum of RGB (Red+Green+Blue) = 6+96+128=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #066080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066080 is #F99F7F. Grayscale: #484848. Windows color (decimal): -16359296 or 8413190. OLE color: 8413190.

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

Color convert

RGB 6 96 128 -
CMYK 0.95 0.25 0 0.50
HSL 195.74º 0.91% 0.26% -
HSV(B) 195.74º 0.95% 0.5% -
XYZ 8.15 9.96 21.92 -
YUV 72.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 6 96 128 0.95 0.25 0 0.50 195.74 0.91 0.26
Hex 6 60 80 5F 19 0 32 C4 5B 1A
Octal 6 140 200 137 31 0 62 304 133 32
Binary 110 1100000 10000000 1011111 11001 0 110010 11000100 1011011 11010

Color Harmonies of #066080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066080

Black with #066080

Text Example


Text Example

White with #066080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066080; }

 p { color: rgb(6,96,128); }

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

background-color css

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

 a { background-color: rgb(6,96,128); }

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

border-color css

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

 span { border-color: rgb(6,96,128); }

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