Html Css Color HEX #0A687B Blue Lagoon

📋 copy color: '#0A687B'

red 10 ◦ green 104 ◦ blue 123

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

Shades of Blue Lagoon #0A687B

Tints of Blue Lagoon #0A687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.9%

R = 4.22%
G = 43.88%
B = 51.9%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0A687B (or 0x0A687B) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 7B. RGB value is (10,104,123). Sum of RGB (Red+Green+Blue) = 10+104+123=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A687B is #F59784. Grayscale: #4D4D4D. Windows color (decimal): -16095109 or 8087562. OLE color: 8087562.

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

Color convert

RGB 10 104 123 -
CMYK 0.92 0.15 0 0.52
HSL 190.09º 0.85% 0.26% -
HSV(B) 190.09º 0.92% 0.48% -
XYZ 8.65 11.4 20.48 -
YUV 78.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 10 104 123 0.92 0.15 0 0.52 190.09 0.85 0.26
Hex A 68 7B 5C F 0 34 BE 55 1A
Octal 12 150 173 134 17 0 64 276 125 32
Binary 1010 1101000 1111011 1011100 1111 0 110100 10111110 1010101 11010

Color Harmonies of #0A687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A687B

Black with #0A687B

Text Example


Text Example

White with #0A687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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