Html Css Color HEX #0A616F Blue Lagoon

📋 copy color: '#0A616F'

red 10 ◦ green 97 ◦ blue 111

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

Shades of Blue Lagoon #0A616F

Tints of Blue Lagoon #0A616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 4.59%
G = 44.5%
B = 50.92%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A616F (or 0x0A616F) is known color: Blue Lagoon. HEX triplet: 0A, 61 and 6F. RGB value is (10,97,111). Sum of RGB (Red+Green+Blue) = 10+97+111=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A616F is #F59E90. Grayscale: #484848. Windows color (decimal): -16096913 or 7299338. OLE color: 7299338.

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

Color convert

RGB 10 97 111 -
CMYK 0.91 0.13 0 0.56
HSL 188.32º 0.83% 0.24% -
HSV(B) 188.32º 0.91% 0.44% -
XYZ 7.27 9.76 16.54 -
YUV 72.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 10 97 111 0.91 0.13 0 0.56 188.32 0.83 0.24
Hex A 61 6F 5B D 0 38 BC 53 18
Octal 12 141 157 133 15 0 70 274 123 30
Binary 1010 1100001 1101111 1011011 1101 0 111000 10111100 1010011 11000

Color Harmonies of #0A616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A616F

Black with #0A616F

Text Example


Text Example

White with #0A616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,111); }

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

background-color css

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

 a { background-color: rgb(10,97,111); }

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

border-color css

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

 span { border-color: rgb(10,97,111); }

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