Html Css Color HEX #0A687D Blue Lagoon

📋 copy color: '#0A687D'

red 10 ◦ green 104 ◦ blue 125

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

Shades of Blue Lagoon #0A687D

Tints of Blue Lagoon #0A687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 4.18%
G = 43.51%
B = 52.3%

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

#0A687D (or 0x0A687D) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 7D. RGB value is (10,104,125). Sum of RGB (Red+Green+Blue) = 10+104+125=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A687D is #F59782. Grayscale: #4E4E4E. Windows color (decimal): -16095107 or 8218634. OLE color: 8218634.

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

Color convert

RGB 10 104 125 -
CMYK 0.92 0.17 0 0.51
HSL 190.96º 0.85% 0.26% -
HSV(B) 190.96º 0.92% 0.49% -
XYZ 8.78 11.45 21.15 -
YUV 78.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 10 104 125 0.92 0.17 0 0.51 190.96 0.85 0.26
Hex A 68 7D 5C 11 0 33 BF 55 1A
Octal 12 150 175 134 21 0 63 277 125 32
Binary 1010 1101000 1111101 1011100 10001 0 110011 10111111 1010101 11010

Color Harmonies of #0A687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A687D

Black with #0A687D

Text Example


Text Example

White with #0A687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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