Html Css Color HEX #0A6679 Blue Lagoon

📋 copy color: '#0A6679'

red 10 ◦ green 102 ◦ blue 121

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

Shades of Blue Lagoon #0A6679

Tints of Blue Lagoon #0A6679

RGB

 RED value IS 10 (4.3% from 255) = 4.29%

 GREEN value IS 102 (40.23% from 255) = 43.78%

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

R = 4.29%
G = 43.78%
B = 51.93%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A6679 (or 0x0A6679) is known color: Blue Lagoon. HEX triplet: 0A, 66 and 79. RGB value is (10,102,121). Sum of RGB (Red+Green+Blue) = 10+102+121=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A6679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6679 is #F59986. Grayscale: #4C4C4C. Windows color (decimal): -16095623 or 7955978. OLE color: 7955978.

HSL color Cylindrical-coordinate representation of color #0A6679: hue angle of 190.27º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6679 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 102 121 -
CMYK 0.92 0.16 0 0.53
HSL 190.27º 0.85% 0.26% -
HSV(B) 190.27º 0.92% 0.47% -
XYZ 8.33 10.95 19.76 -
YUV 76.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 10 102 121 0.92 0.16 0 0.53 190.27 0.85 0.26
Hex A 66 79 5C 10 0 35 BE 55 1A
Octal 12 146 171 134 20 0 65 276 125 32
Binary 1010 1100110 1111001 1011100 10000 0 110101 10111110 1010101 11010

Color Harmonies of #0A6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6679

Black with #0A6679

Text Example


Text Example

White with #0A6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A6679; }

 p { color: rgb(10,102,121); }

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

background-color css

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

 a { background-color: rgb(10,102,121); }

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

border-color css

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

 span { border-color: rgb(10,102,121); }

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