Html Css Color HEX #0A616D Blue Lagoon

📋 copy color: '#0A616D'

red 10 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #0A616D

Tints of Blue Lagoon #0A616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 4.63%
G = 44.91%
B = 50.46%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A616D (or 0x0A616D) is known color: Blue Lagoon. HEX triplet: 0A, 61 and 6D. RGB value is (10,97,109). Sum of RGB (Red+Green+Blue) = 10+97+109=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A616D is #F59E92. Grayscale: #484848. Windows color (decimal): -16096915 or 7168266. OLE color: 7168266.

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

Color convert

RGB 10 97 109 -
CMYK 0.91 0.11 0 0.57
HSL 187.27º 0.83% 0.23% -
HSV(B) 187.27º 0.91% 0.43% -
XYZ 7.16 9.72 15.97 -
YUV 72.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 10 97 109 0.91 0.11 0 0.57 187.27 0.83 0.23
Hex A 61 6D 5B B 0 39 BB 53 17
Octal 12 141 155 133 13 0 71 273 123 27
Binary 1010 1100001 1101101 1011011 1011 0 111001 10111011 1010011 10111

Color Harmonies of #0A616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A616D

Black with #0A616D

Text Example


Text Example

White with #0A616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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