Html Css Color HEX #0A6671 Blue Lagoon

📋 copy color: '#0A6671'

red 10 ◦ green 102 ◦ blue 113

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

Shades of Blue Lagoon #0A6671

Tints of Blue Lagoon #0A6671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 4.44%
G = 45.33%
B = 50.22%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A6671 (or 0x0A6671) is known color: Blue Lagoon. HEX triplet: 0A, 66 and 71. RGB value is (10,102,113). Sum of RGB (Red+Green+Blue) = 10+102+113=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A6671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6671 is #F5998E. Grayscale: #4B4B4B. Windows color (decimal): -16095631 or 7431690. OLE color: 7431690.

HSL color Cylindrical-coordinate representation of color #0A6671: hue angle of 186.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6671 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 102 113 -
CMYK 0.91 0.10 0 0.56
HSL 186.41º 0.84% 0.24% -
HSV(B) 186.41º 0.91% 0.44% -
XYZ 7.86 10.76 17.29 -
YUV 75.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 10 102 113 0.91 0.10 0 0.56 186.41 0.84 0.24
Hex A 66 71 5B A 0 38 BA 54 18
Octal 12 146 161 133 12 0 70 272 124 30
Binary 1010 1100110 1110001 1011011 1010 0 111000 10111010 1010100 11000

Color Harmonies of #0A6671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6671

Black with #0A6671

Text Example


Text Example

White with #0A6671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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