Html Css Color HEX #0A667C Blue Lagoon

📋 copy color: '#0A667C'

red 10 ◦ green 102 ◦ blue 124

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

Shades of Blue Lagoon #0A667C

Tints of Blue Lagoon #0A667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 4.24%
G = 43.22%
B = 52.54%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A667C (or 0x0A667C) is known color: Blue Lagoon. HEX triplet: 0A, 66 and 7C. RGB value is (10,102,124). Sum of RGB (Red+Green+Blue) = 10+102+124=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A667C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A667C is #F59983. Grayscale: #4C4C4C. Windows color (decimal): -16095620 or 8152586. OLE color: 8152586.

HSL color Cylindrical-coordinate representation of color #0A667C: hue angle of 191.58º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A667C is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 102 124 -
CMYK 0.92 0.18 0 0.51
HSL 191.58º 0.85% 0.26% -
HSV(B) 191.58º 0.92% 0.49% -
XYZ 8.51 11.02 20.75 -
YUV 77 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 10 102 124 0.92 0.18 0 0.51 191.58 0.85 0.26
Hex A 66 7C 5C 12 0 33 C0 55 1A
Octal 12 146 174 134 22 0 63 300 125 32
Binary 1010 1100110 1111100 1011100 10010 0 110011 11000000 1010101 11010

Color Harmonies of #0A667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A667C

Black with #0A667C

Text Example


Text Example

White with #0A667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,124); }

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

background-color css

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

 a { background-color: rgb(10,102,124); }

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

border-color css

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

 span { border-color: rgb(10,102,124); }

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