Html Css Color HEX #0A626E Blue Lagoon

📋 copy color: '#0A626E'

red 10 ◦ green 98 ◦ blue 110

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

Shades of Blue Lagoon #0A626E

Tints of Blue Lagoon #0A626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 4.59%
G = 44.95%
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

#0A626E (or 0x0A626E) is known color: Blue Lagoon. HEX triplet: 0A, 62 and 6E. RGB value is (10,98,110). Sum of RGB (Red+Green+Blue) = 10+98+110=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A626E is #F59D91. Grayscale: #484848. Windows color (decimal): -16096658 or 7234058. OLE color: 7234058.

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

Color convert

RGB 10 98 110 -
CMYK 0.91 0.11 0 0.57
HSL 187.2º 0.83% 0.24% -
HSV(B) 187.2º 0.91% 0.43% -
XYZ 7.31 9.93 16.28 -
YUV 73.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 10 98 110 0.91 0.11 0 0.57 187.2 0.83 0.24
Hex A 62 6E 5B B 0 39 BB 53 18
Octal 12 142 156 133 13 0 71 273 123 30
Binary 1010 1100010 1101110 1011011 1011 0 111001 10111011 1010011 11000

Color Harmonies of #0A626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A626E

Black with #0A626E

Text Example


Text Example

White with #0A626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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