Html Css Color HEX #0A6770 Blue Lagoon

📋 copy color: '#0A6770'

red 10 ◦ green 103 ◦ blue 112

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

Shades of Blue Lagoon #0A6770

Tints of Blue Lagoon #0A6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 4.44%
G = 45.78%
B = 49.78%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A6770 (or 0x0A6770) is known color: Blue Lagoon. HEX triplet: 0A, 67 and 70. RGB value is (10,103,112). Sum of RGB (Red+Green+Blue) = 10+103+112=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A6770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6770 is #F5988F. Grayscale: #4C4C4C. Windows color (decimal): -16095376 or 7366410. OLE color: 7366410.

HSL color Cylindrical-coordinate representation of color #0A6770: hue angle of 185.29º 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 #0A6770 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 103 112 -
CMYK 0.91 0.08 0 0.56
HSL 185.29º 0.84% 0.24% -
HSV(B) 185.29º 0.91% 0.44% -
XYZ 7.9 10.93 17.02 -
YUV 76.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 10 103 112 0.91 0.08 0 0.56 185.29 0.84 0.24
Hex A 67 70 5B 8 0 38 B9 54 18
Octal 12 147 160 133 10 0 70 271 124 30
Binary 1010 1100111 1110000 1011011 1000 0 111000 10111001 1010100 11000

Color Harmonies of #0A6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6770

Black with #0A6770

Text Example


Text Example

White with #0A6770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,103,112); }

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

background-color css

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

 a { background-color: rgb(10,103,112); }

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

border-color css

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

 span { border-color: rgb(10,103,112); }

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