Html Css Color HEX #0A6871 Blue Lagoon

📋 copy color: '#0A6871'

red 10 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #0A6871

Tints of Blue Lagoon #0A6871

RGB

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

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

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

R = 4.41%
G = 45.81%
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

#0A6871 (or 0x0A6871) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 71. RGB value is (10,104,113). Sum of RGB (Red+Green+Blue) = 10+104+113=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A6871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6871 is #F5978E. Grayscale: #4C4C4C. Windows color (decimal): -16095119 or 7432202. OLE color: 7432202.

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

Color convert

RGB 10 104 113 -
CMYK 0.91 0.08 0 0.56
HSL 185.24º 0.84% 0.24% -
HSV(B) 185.24º 0.91% 0.44% -
XYZ 8.06 11.16 17.35 -
YUV 76.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 10 104 113 0.91 0.08 0 0.56 185.24 0.84 0.24
Hex A 68 71 5B 8 0 38 B9 54 18
Octal 12 150 161 133 10 0 70 271 124 30
Binary 1010 1101000 1110001 1011011 1000 0 111000 10111001 1010100 11000

Color Harmonies of #0A6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6871

Black with #0A6871

Text Example


Text Example

White with #0A6871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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