Html Css Color HEX #0A6577 Blue Lagoon

📋 copy color: '#0A6577'

red 10 ◦ green 101 ◦ blue 119

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

Shades of Blue Lagoon #0A6577

Tints of Blue Lagoon #0A6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.91%

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

R = 4.35%
G = 43.91%
B = 51.74%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A6577 (or 0x0A6577) is known color: Blue Lagoon. HEX triplet: 0A, 65 and 77. RGB value is (10,101,119). Sum of RGB (Red+Green+Blue) = 10+101+119=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A6577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6577 is #F59A88. Grayscale: #4B4B4B. Windows color (decimal): -16095881 or 7824650. OLE color: 7824650.

HSL color Cylindrical-coordinate representation of color #0A6577: hue angle of 189.91º 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 #0A6577 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 101 119 -
CMYK 0.92 0.15 0 0.53
HSL 189.91º 0.84% 0.25% -
HSV(B) 189.91º 0.92% 0.47% -
XYZ 8.11 10.7 19.09 -
YUV 75.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 10 101 119 0.92 0.15 0 0.53 189.91 0.84 0.25
Hex A 65 77 5C F 0 35 BE 54 19
Octal 12 145 167 134 17 0 65 276 124 31
Binary 1010 1100101 1110111 1011100 1111 0 110101 10111110 1010100 11001

Color Harmonies of #0A6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6577

Black with #0A6577

Text Example


Text Example

White with #0A6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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