Html Css Color HEX #066976 Blue Lagoon

📋 copy color: '#066976'

red 6 ◦ green 105 ◦ blue 118

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

Shades of Blue Lagoon #066976

Tints of Blue Lagoon #066976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.85%

 BLUE value IS 118 (46.48% from 255) = 51.53%

R = 2.62%
G = 45.85%
B = 51.53%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066976 (or 0x066976) is known color: Blue Lagoon. HEX triplet: 06, 69 and 76. RGB value is (6,105,118). Sum of RGB (Red+Green+Blue) = 6+105+118=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #066976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066976 is #F99689. Grayscale: #4C4C4C. Windows color (decimal): -16357002 or 7760134. OLE color: 7760134.

HSL color Cylindrical-coordinate representation of color #066976: hue angle of 186.96º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066976 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 105 118 -
CMYK 0.95 0.11 0 0.54
HSL 186.96º 0.9% 0.24% -
HSV(B) 186.96º 0.95% 0.46% -
XYZ 8.4 11.45 18.91 -
YUV 76.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 6 105 118 0.95 0.11 0 0.54 186.96 0.9 0.24
Hex 6 69 76 5F B 0 36 BB 5A 18
Octal 6 151 166 137 13 0 66 273 132 30
Binary 110 1101001 1110110 1011111 1011 0 110110 10111011 1011010 11000

Color Harmonies of #066976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066976

Black with #066976

Text Example


Text Example

White with #066976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066976; }

 p { color: rgb(6,105,118); }

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

background-color css

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

 a { background-color: rgb(6,105,118); }

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

border-color css

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

 span { border-color: rgb(6,105,118); }

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