Html Css Color HEX #0A687E Blue Lagoon

📋 copy color: '#0A687E'

red 10 ◦ green 104 ◦ blue 126

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

Shades of Blue Lagoon #0A687E

Tints of Blue Lagoon #0A687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.33%

 BLUE value IS 126 (49.61% from 255) = 52.5%

R = 4.17%
G = 43.33%
B = 52.5%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A687E (or 0x0A687E) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 7E. RGB value is (10,104,126). Sum of RGB (Red+Green+Blue) = 10+104+126=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A687E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A687E is #F59781. Grayscale: #4E4E4E. Windows color (decimal): -16095106 or 8284170. OLE color: 8284170.

HSL color Cylindrical-coordinate representation of color #0A687E: hue angle of 191.38º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A687E is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 104 126 -
CMYK 0.92 0.17 0 0.51
HSL 191.38º 0.85% 0.27% -
HSV(B) 191.38º 0.92% 0.49% -
XYZ 8.84 11.47 21.49 -
YUV 78.4 154.86 79.21 -
System Red Green Blue C M Y K H S L
Decimal 10 104 126 0.92 0.17 0 0.51 191.38 0.85 0.27
Hex A 68 7E 5C 11 0 33 BF 55 1B
Octal 12 150 176 134 21 0 63 277 125 33
Binary 1010 1101000 1111110 1011100 10001 0 110011 10111111 1010101 11011

Color Harmonies of #0A687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A687E

Black with #0A687E

Text Example


Text Example

White with #0A687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,104,126); }

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

background-color css

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

 a { background-color: rgb(10,104,126); }

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

border-color css

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

 span { border-color: rgb(10,104,126); }

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