Html Css Color HEX #0A6773 Blue Lagoon

📋 copy color: '#0A6773'

red 10 ◦ green 103 ◦ blue 115

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

Shades of Blue Lagoon #0A6773

Tints of Blue Lagoon #0A6773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 4.39%
G = 45.18%
B = 50.44%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A6773 (or 0x0A6773) is known color: Blue Lagoon. HEX triplet: 0A, 67 and 73. RGB value is (10,103,115). Sum of RGB (Red+Green+Blue) = 10+103+115=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A6773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6773 is #F5988C. Grayscale: #4C4C4C. Windows color (decimal): -16095373 or 7563018. OLE color: 7563018.

HSL color Cylindrical-coordinate representation of color #0A6773: hue angle of 186.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6773 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 103 115 -
CMYK 0.91 0.10 0 0.55
HSL 186.86º 0.84% 0.25% -
HSV(B) 186.86º 0.91% 0.45% -
XYZ 8.07 11 17.92 -
YUV 76.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 10 103 115 0.91 0.10 0 0.55 186.86 0.84 0.25
Hex A 67 73 5B A 0 37 BB 54 19
Octal 12 147 163 133 12 0 67 273 124 31
Binary 1010 1100111 1110011 1011011 1010 0 110111 10111011 1010100 11001

Color Harmonies of #0A6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6773

Black with #0A6773

Text Example


Text Example

White with #0A6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,103,115); }

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

background-color css

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

 a { background-color: rgb(10,103,115); }

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

border-color css

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

 span { border-color: rgb(10,103,115); }

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