Html Css Color HEX #0A616C Blue Lagoon

📋 copy color: '#0A616C'

red 10 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #0A616C

Tints of Blue Lagoon #0A616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 4.65%
G = 45.12%
B = 50.23%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A616C (or 0x0A616C) is known color: Blue Lagoon. HEX triplet: 0A, 61 and 6C. RGB value is (10,97,108). Sum of RGB (Red+Green+Blue) = 10+97+108=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A616C is #F59E93. Grayscale: #484848. Windows color (decimal): -16096916 or 7102730. OLE color: 7102730.

HSL color Cylindrical-coordinate representation of color #0A616C: hue angle of 186.73º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A616C is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 97 108 -
CMYK 0.91 0.10 0 0.58
HSL 186.73º 0.83% 0.23% -
HSV(B) 186.73º 0.91% 0.42% -
XYZ 7.11 9.7 15.68 -
YUV 72.24 148.18 83.61 -
System Red Green Blue C M Y K H S L
Decimal 10 97 108 0.91 0.10 0 0.58 186.73 0.83 0.23
Hex A 61 6C 5B A 0 3A BB 53 17
Octal 12 141 154 133 12 0 72 273 123 27
Binary 1010 1100001 1101100 1011011 1010 0 111010 10111011 1010011 10111

Color Harmonies of #0A616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A616C

Black with #0A616C

Text Example


Text Example

White with #0A616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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