Html Css Color HEX #0A626C Blue Lagoon

📋 copy color: '#0A626C'

red 10 ◦ green 98 ◦ blue 108

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

Shades of Blue Lagoon #0A626C

Tints of Blue Lagoon #0A626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 4.63%
G = 45.37%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A626C (or 0x0A626C) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 6C. RGB value is (10,98,108). Sum of RGB (Red+Green+Blue) = 10+98+108=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A626C is #F59D93. Grayscale: #484848. Windows color (decimal): -16096660 or 7102986. OLE color: 7102986.

HSL color Cylindrical-coordinate representation of color #0A626C: hue angle of 186.12º 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 #0A626C is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 98 108 -
CMYK 0.91 0.09 0 0.58
HSL 186.12º 0.83% 0.23% -
HSV(B) 186.12º 0.91% 0.42% -
XYZ 7.2 9.88 15.72 -
YUV 72.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 10 98 108 0.91 0.09 0 0.58 186.12 0.83 0.23
Hex A 62 6C 5B 9 0 3A BA 53 17
Octal 12 142 154 133 11 0 72 272 123 27
Binary 1010 1100010 1101100 1011011 1001 0 111010 10111010 1010011 10111

Color Harmonies of #0A626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A626C

Black with #0A626C

Text Example


Text Example

White with #0A626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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