Html Css Color HEX #0A6077 Blue Lagoon

📋 copy color: '#0A6077'

red 10 ◦ green 96 ◦ blue 119

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

Shades of Blue Lagoon #0A6077

Tints of Blue Lagoon #0A6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 4.44%
G = 42.67%
B = 52.89%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A6077 (or 0x0A6077) is known color: Blue Lagoon. HEX triplet: 0A, 60 and 77. RGB value is (10,96,119). Sum of RGB (Red+Green+Blue) = 10+96+119=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A6077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6077 is #F59F88. Grayscale: #484848. Windows color (decimal): -16097161 or 7823370. OLE color: 7823370.

HSL color Cylindrical-coordinate representation of color #0A6077: hue angle of 192.66º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6077 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 96 119 -
CMYK 0.92 0.19 0 0.53
HSL 192.66º 0.84% 0.25% -
HSV(B) 192.66º 0.92% 0.47% -
XYZ 7.64 9.76 18.93 -
YUV 72.91 154.01 83.13 -
System Red Green Blue C M Y K H S L
Decimal 10 96 119 0.92 0.19 0 0.53 192.66 0.84 0.25
Hex A 60 77 5C 13 0 35 C1 54 19
Octal 12 140 167 134 23 0 65 301 124 31
Binary 1010 1100000 1110111 1011100 10011 0 110101 11000001 1010100 11001

Color Harmonies of #0A6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6077

Black with #0A6077

Text Example


Text Example

White with #0A6077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,96,119); }

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

background-color css

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

 a { background-color: rgb(10,96,119); }

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

border-color css

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

 span { border-color: rgb(10,96,119); }

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